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

Commit c909292

Browse files
committed
Bump to v2.1.1.
1 parent acbc6b6 commit c909292

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0
1+
# Benchmark.js v2.1.1
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.0/benchmark.js)
11+
* [Development source](https://raw.githubusercontent.com/bestiejs/benchmark.js/2.1.1/benchmark.js)
1212

1313
## Installation
1414

benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@
22812281
* @memberOf Benchmark
22822282
* @type string
22832283
*/
2284-
'version': '2.1.0'
2284+
'version': '2.1.1'
22852285
});
22862286

22872287
_.assign(Benchmark, {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmark",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.",
55
"homepage": "https://benchmarkjs.com/",
66
"license": "MIT",

0 commit comments

Comments
 (0)