simple-perf
v0.0.1
Published
A simple performance testing utility written in typescript
Maintainers
Readme
Perf Test - Javascript Performance Testing
Known Issues
- Benchmarks run slow when initial state is passed in, suspected issue in the
benchmark.jslibrary.- Could potentially edit functions to contain references directly to global variables instead of injecting them via the setup method.
- Replace
benchmark.jswith a custom test runner long-term.
Planned Features:
- OnCycle (allow memory cleanup between cycles)
