Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: test/js-perf-test/SixSpeed.json

Issue 2467483002: Add spread call micro-benchmarks. (Closed)
Patch Set: moved a bit around, now use our own benchmark suite Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/LICENSE.sixspeed » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "SixSpeed",
3 "run_count": 3,
4 "run_count_arm": 1,
5 "run_count_arm64": 1,
6 "timeout": 120,
7 "units": "score",
8 "total": true,
9 "resources": ["base.js"],
10 "tests": [
11 {
12 "name": "Spread",
13 "path": ["SixSpeed/spread"],
14 "main": "run.js",
15 "resources": [
16 "run.js",
17 "spread.js"
18 ],
19 "results_regexp": "^%s\\(Score\\): (.+)$",
20 "tests": [
21 {"name": "Spread-ES5"},
22 {"name": "Spread-Traceur"},
23 {"name": "Spread-ES6"}
24 ]
25 }
26 ]
27 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/LICENSE.sixspeed » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698