- Uglify checkout c20bb99a62ad036368569bd89b934f52258429cd (harmony)
- Test262 checkout 5da6f981e9c6eb6d8af9ad8be737fb2245cf2fdb (master)
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
var probabilities = [500, 200, 50, 5]; | |
var iterations = 2000; | |
var results = []; | |
next: | |
for (let i = 0; i < iterations; i++) { | |
let probability = Math.floor(Math.random() * 1000); | |
let j = 0; |
{ | |
repository(owner: "mishoo", name: "UglifyJS2") { | |
pullRequests(last: 100) { | |
nodes { | |
closed | |
number | |
} | |
totalCount | |
} | |
} |
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.7.3',
v8: '5.5.372.41',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.4.0',
v8: '5.4.500.45',
uv: '1.10.1',
process.versions:
{ http_parser: '2.7.0',
node: '7.4.0',
v8: '5.4.500.45',
uv: '1.10.1',
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Untitled benchmark</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Array</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |