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.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Mar 28, 2017
1 parent 1fe5071 commit 0612826
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Benchmark.js v2.1.3
# Benchmark.js v2.1.4

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.3/benchmark.js)
* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.4/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.3'
'version': '2.1.4'
});

_.assign(Benchmark, {
Expand Down

0 comments on commit 0612826

Please sign in to comment.