iso-bench icon indicating copy to clipboard operation
iso-bench copied to clipboard

Small benchmark library focused on avoiding optimization/deoptimization pollution between tests by isolating them.

Results 5 iso-bench issues
Sort by recently updated
recently updated
newest added

I want to simply test the performance of my javascript code in the latest v8 engine, but I don't want to upgrade nodejs frequently, because some libraries involved may not...

For live applications like video games it would be really useful to bench frame time instead of op/s. Where frame time is how much ms it takes to execute the...

I was confused by the documentation and assumed the setup function would run prior to each run of the test function. But instead it runs per batch, which could be...

Run will output the raw numbers, and with built-in processors they can be shown in the console, a table, a file, or you can even write your own processor. Idea:...

First off, this looks really promising - I'm hoping this might be [exactly what I've been looking for](https://github.com/caderek/benny/issues/57#issuecomment-1678708690). Okay, so, **question 1**: It's not actually clear to me how this...