Compare commits

...

2 Commits

Author SHA1 Message Date
Everett Pompeii
9f2f2ec30b Merge 8fcb0e125a into 55417c7044 2024-11-07 20:44:22 +05:30
Everett Pompeii
8fcb0e125a Add Bencher 2024-04-04 11:40:12 -04:00

View File

@@ -672,6 +672,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