0.0.1 • Published 4 years ago

simple-perf v0.0.1

Weekly downloads
6
License
UNLICENSED
Repository
github
Last release
4 years ago

Perf Test - Javascript Performance Testing

Build Status codecov

Known Issues

  • Benchmarks run slow when initial state is passed in, suspected issue in the benchmark.js library.
    • Could potentially edit functions to contain references directly to global variables instead of injecting them via the setup method.
    • Replace benchmark.js with a custom test runner long-term.

Planned Features:

  • OnCycle (allow memory cleanup between cycles)