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

Commit a37c36c

Browse files
committed
Bump to v2.1.3.
1 parent 5f53520 commit a37c36c

File tree

4 files changed

+179
-179
lines changed

4 files changed

+179
-179
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Benchmark.js v2.1.2
1+
# Benchmark.js v2.1.3
22

33
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/).
44

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

99
## Download
1010

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

1313
## Installation
1414

benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@
22942294
* @memberOf Benchmark
22952295
* @type string
22962296
*/
2297-
'version': '2.1.2'
2297+
'version': '2.1.3'
22982298
});
22992299

23002300
_.assign(Benchmark, {

0 commit comments

Comments
 (0)