-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
type: enhancementA new feature or addition.A new feature or addition.
Description
Looks like this only works in node.js environments due to a process.hrtime dependency.
| exports.hrTime = process.hrtime; |
It would be interesting to test outside of the V8 (Node) environment by running the same benchmarks with SpiderMonkey (Firefox).
It's been reported that SpiderMonkey handles PureScript more efficiently. Although this would also likely be testing whatever web bundler is being used too (unless we pick a very basic bundler like esbuild / snowpack).
Metadata
Metadata
Assignees
Labels
type: enhancementA new feature or addition.A new feature or addition.