Open
Description
Looks like this only works in node.js environments due to a process.hrtime
dependency.
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).