Comparing version 0.1.340 to 0.1.341
@@ -143,3 +143,3 @@ # Benchmark | ||
## <a name="static-CALIBRATIONS" href="https://github.com/mathiasbynens/benchmark.js/blob/master/benchmark.js#L2268" title="View in source">Benchmark.CALIBRATIONS</a> | ||
## <a name="static-CALIBRATIONS" href="https://github.com/mathiasbynens/benchmark.js/blob/master/benchmark.js#L2265" title="View in source">Benchmark.CALIBRATIONS</a> | ||
*(Array)*: Benchmarks to establish iteration overhead. | ||
@@ -146,0 +146,0 @@ <sup><code>[▲][1]</code></sup> |
@@ -0,0 +0,0 @@ Copyright Mathias Bynens <http://mathiasbynens.be/> |
{ | ||
"name": "benchmark", | ||
"version": "0.1.340", | ||
"version": "0.1.341", | ||
"description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://benchmarkjs.com/", |
@@ -27,3 +27,3 @@ module("Benchmark.platform"); | ||
'return ' + | ||
(/(\s*)Benchmark.platform\s*=((?:.|\n)*?)\1}/.exec(xhr.responseText)[2] + '}())') | ||
(/(\s*)Benchmark.platform\s*=((?:.|\n|\r)*?)\1}/.exec(xhr.responseText)[2] + '}())') | ||
.replace(/\bme\s*=[^,;]+([,;])/, 'me=options$1') | ||
@@ -166,2 +166,6 @@ .replace(/\bua\s*=[^,;]+([,;])/, 'ua=me.ua$1') | ||
'Firefox 4.0#{beta}9 on Windows XP': { | ||
'ua': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:2.0b9pre) Gecko/20110105 Firefox-4.0/4.0b9pre' | ||
}, | ||
'Fennec 2.0#{beta}1 on Android': { | ||
@@ -851,2 +855,2 @@ 'ua': 'Mozilla/5.0 (Android; Linux armv7l; rv:2.0b6pre) Gecko/20100907 Firefox/4.0b6pre Fennec/2.0b1pre' | ||
}); | ||
}); | ||
}); |
Sorry, the diff of this file is too big to display
145216
13
2862