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

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

Issue 1317113007: [es6] add js-perf-test for rest parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo Created 5 years, 3 months 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
OLDNEW
1 { 1 {
2 "name": "JSTests", 2 "name": "JSTests",
3 "run_count": 5, 3 "run_count": 5,
4 "run_count_android_arm": 3, 4 "run_count_android_arm": 3,
5 "run_count_android_arm64": 3, 5 "run_count_android_arm64": 3,
6 "timeout": 120, 6 "timeout": 120,
7 "units": "score", 7 "units": "score",
8 "total": true, 8 "total": true,
9 "resources": ["base.js"], 9 "resources": ["base.js"],
10 "tests": [ 10 "tests": [
11 { 11 {
12 "name": "RestParameters",
13 "path": ["RestParameters"],
14 "main": "run.js",
15 "resources": ["rest.js"],
16 "flags": ["--harmony-rest-parameters"],
17 "run_count": 5,
18 "units": "score",
19 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
20 "tests": [
21 {"name": "BasicRest1"}
22 ]
23 },
24 {
12 "name": "SpreadCalls", 25 "name": "SpreadCalls",
13 "path": ["SpreadCalls"], 26 "path": ["SpreadCalls"],
14 "main": "run.js", 27 "main": "run.js",
15 "resources": ["spreadcalls.js"], 28 "resources": ["spreadcalls.js"],
16 "flags": ["--harmony-spreadcalls"], 29 "flags": ["--harmony-spreadcalls"],
17 "run_count": 5, 30 "run_count": 5,
18 "units": "score", 31 "units": "score",
19 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$", 32 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
20 "tests": [ 33 "tests": [
21 {"name": "Call"}, 34 {"name": "Call"},
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "path": ["Exceptions"], 134 "path": ["Exceptions"],
122 "main": "run.js", 135 "main": "run.js",
123 "resources": ["try-catch.js"], 136 "resources": ["try-catch.js"],
124 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", 137 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
125 "tests": [ 138 "tests": [
126 {"name": "Try-Catch"} 139 {"name": "Try-Catch"}
127 ] 140 ]
128 } 141 }
129 ] 142 ]
130 } 143 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/RestParameters/rest.js » ('j') | test/js-perf-test/RestParameters/rest.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698