Merge pull request #81 from lpinca/add/benchmarking-section

Add Benchmarking section
This commit is contained in:
Sindre Sorhus
2014-08-12 16:45:33 +02:00

View File

@@ -37,6 +37,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Blogging](#blogging) - [Blogging](#blogging)
- [Database](#database) - [Database](#database)
- [Testing](#testing) - [Testing](#testing)
- [Benchmarking](#benchmarking)
- [Minifiers](#minifiers) - [Minifiers](#minifiers)
- [Authentication](#authentication) - [Authentication](#authentication)
- [Node.js management](#nodejs-management) - [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. - [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 ### Minifiers
- [UglifyJS2](http://lisperator.net/uglifyjs/) - JavaScript minifier. - [UglifyJS2](http://lisperator.net/uglifyjs/) - JavaScript minifier.