benny icon indicating copy to clipboard operation
benny copied to clipboard

A dead simple benchmarking framework for JS/TS libs

Results 26 benny issues
Sort by recently updated
recently updated
newest added

Hi, great package. Please consider adding MD support. Especially in Github (Actions) environments this would make it rather simple comment with results on ones own PRs. I unfortunately have no...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

This is great! Makes benchmark much more usable!

You are using the log-update package which truncates the output: https://github.com/sindresorhus/log-update/blob/main/index.js#L46 Maybe do not use this package? Or use it only to display percentages? Thank you!

Gitlab supports showing metrics reports: https://docs.gitlab.com/ee/ci/metrics_reports.html#metrics-reports. This could be pretty useful if benny could output the metrics report.

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

The title speaks for itself. I found frustrating that there were snippets available for **VSCode** but not for **WebStorm**. I created them manually in WebStorm copying them from the `snippets.json`...

Does `benny` have to ability to save multiple suites to the same output file (html, csv, etc.)? All the cases from a single suite get put on the same chart....