Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Bump to v2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Dec 24, 2016
1 parent 5f53520 commit a37c36c
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 179 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Benchmark.js v2.1.2
# Benchmark.js v2.1.3

A [robust](https://mathiasbynens.be/notes/javascript-benchmarking "Bulletproof JavaScript benchmarks") benchmarking library that supports high-resolution timers & returns statistically significant results. As seen on [jsPerf](https://jsperf.com/).

Expand All @@ -8,7 +8,7 @@ A [robust](https://mathiasbynens.be/notes/javascript-benchmarking "Bulletproof J

## Download

* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.2/benchmark.js)
* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.3/benchmark.js)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion benchmark.js
Expand Up @@ -2294,7 +2294,7 @@
* @memberOf Benchmark
* @type string
*/
'version': '2.1.2'
'version': '2.1.3'
});

_.assign(Benchmark, {
Expand Down

0 comments on commit a37c36c

Please sign in to comment.