Simple benchmarks to prove the fastest way to accomplish a task in JavaScript.
- 🚀 Pure JS, no compilers.
- ⏱️ Uses performance API for maximum precision.
- 📄 Outputs markdown reports, because everyone loves markdown.
- 💻 Run tests on any computer.
To run tests locally:
npm ci
npm test
Check the ./reports
directory for report output.