mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2025-07-31 22:01:03 -04:00
Add Benchmarking section
This commit is contained in:
parent
0973093fa8
commit
e35e80fa75
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||
- [Blogging](#blogging)
|
||||
- [Database](#database)
|
||||
- [Testing](#testing)
|
||||
- [Benchmarking](#benchmarking)
|
||||
- [Minifiers](#minifiers)
|
||||
- [Authentication](#authentication)
|
||||
- [Node.js management](#nodejs-management)
|
||||
|
@ -337,6 +338,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||
- [istanbul](https://github.com/gotwarlost/istanbul) - A code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests.
|
||||
|
||||
|
||||
### Benchmarking
|
||||
|
||||
- [Benchmark.js](http://benchmarkjs.com/) - A robust benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.
|
||||
- [matcha](https://github.com/logicalparadox/matcha) - A caffeine driven, simplistic approach to benchmarking.
|
||||
|
||||
|
||||
### Minifiers
|
||||
|
||||
- [UglifyJS2](http://lisperator.net/uglifyjs/) - JavaScript minifier.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue