git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a ES6 generator benchmark
[WebKit-https.git]
/
PerformanceTests
/
Basic
/
test.js
1
"use strict";
2
3
load("ast.js");
4
load("basic.js");
5
load("caseless_map.js");
6
load("lexer.js");
7
load("number.js");
8
load("parser.js");
9
load("random.js");
10
load("state.js");
11
load("util.js");
12
13
load("benchmark.js");
14
15
let result = runBenchmark();
16
print("That took " + result + " ms.");