Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "benchmark", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "A benchmarking library that supports high-resolution timers & returns statistically significant results.", | ||
@@ -21,11 +21,11 @@ "homepage": "https://benchmarkjs.com/", | ||
"dependencies": { | ||
"lodash": "^4.16.4", | ||
"platform": "^1.3.1" | ||
"lodash": "^4.17.3", | ||
"platform": "^1.3.3" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.14", | ||
"docdown": "~0.7.1", | ||
"coveralls": "^2.11.15", | ||
"docdown": "~0.7.2", | ||
"istanbul": "0.4.5", | ||
"qunit-extras": "^3.0.0", | ||
"qunitjs": "^2.0.1", | ||
"qunitjs": "^2.1.0", | ||
"requirejs": "^2.3.2" | ||
@@ -32,0 +32,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# Benchmark.js v2.1.2 | ||
# Benchmark.js v2.1.3 | ||
@@ -11,3 +11,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/). | ||
* [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) | ||
@@ -88,3 +88,3 @@ ## Installation | ||
Tested in Chrome 53-54, Firefox 48-49, IE 11, Edge 14, Safari 9-10, Node.js 6-7, & PhantomJS 2.1.1. | ||
Tested in Chrome 54-55, Firefox 49-50, IE 11, Edge 14, Safari 9-10, Node.js 6-7, & PhantomJS 2.1.1. | ||
@@ -91,0 +91,0 @@ ## BestieJS |
Sorry, the diff of this file is too big to display
2562
91085
Updatedlodash@^4.17.3
Updatedplatform@^1.3.3