purescript-benchotron icon indicating copy to clipboard operation
purescript-benchotron copied to clipboard

Straightforward benchmarking for PureScript/JavaScript.

Results 7 purescript-benchotron issues
Sort by recently updated
recently updated
newest added

Once this issue gets resolved, we can re-enable the benchmarks in `purescript-free` again. See purescript/purescript-free#107 Note: this issue likely won't be done until after core repos are updated.

Mainly - Migrates FFI to ES modules - Adapt to the new node-readline API Successfully run the example by `pulp run -I example`.

depends on this PR: https://github.com/purescript/purescript-exceptions/pull/22 Will update this once that PR is handled.

If one benchmark function errors, e.g. due to a call stack being exceeded, it might be better to record that as a failure and keep going (if the other functions...

Run benchmarks inside browsers. While implementing this, I'd like to investigate swapping out the Eff inside BenchM for a free monad. This should make it easier to create UIs other...

Rather than always getting one from Math.random.