Compare commits

...

2 Commits

Author SHA1 Message Date
Everett Pompeii
98153748df Merge 8fcb0e125a into a32fb4bc37 2024-06-13 00:19:31 +00:00
Everett Pompeii
8fcb0e125a Add Bencher 2024-04-04 11:40:12 -04:00

View File

@@ -686,6 +686,7 @@
### Benchmarking ### Benchmarking
- [Benchmark.js](https://github.com/bestiejs/benchmark.js) - Benchmarking library that supports high-resolution timers and returns statistically significant results. - [Benchmark.js](https://github.com/bestiejs/benchmark.js) - Benchmarking library that supports high-resolution timers and returns statistically significant results.
- [Bencher](https://github.com/bencherdev/bencher) - Suite of continuous benchmarking tools designed to catch performance regressions in CI.
### Minifiers ### Minifiers