From e35e80fa75957a78d1021efad4e7b1c17317a692 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 12 Aug 2014 16:13:13 +0200 Subject: [PATCH] Add Benchmarking section --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 9a967b6..4c3a3a3 100644 --- a/readme.md +++ b/readme.md @@ -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.