Compare commits

...

2 Commits

Author SHA1 Message Date
Everett Pompeii
617f05b6c4 Merge 9a46334a3e into d76045c441 2024-07-06 04:16:56 -07:00
Everett Pompeii
9a46334a3e Add Bencher 2024-04-04 10:58:30 -04:00

View File

@@ -638,6 +638,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com.
* [matcha](https://github.com/logicalparadox/matcha) - A caffeine driven, simplistic approach to benchmarking. * [matcha](https://github.com/logicalparadox/matcha) - A caffeine driven, simplistic approach to benchmarking.
* [bencher](https://github.com/bencherdev/bencher) - A suite of continuous benchmarking tools designed to catch performance regressions in CI.
## Web Worker ## Web Worker