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

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

Issue 1147323002: [test] Raise timeout for js-perf-tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "units": "score", 7 "units": "score",
7 "total": true, 8 "total": true,
8 "resources": ["base.js"], 9 "resources": ["base.js"],
9 "tests": [ 10 "tests": [
10 { 11 {
11 "name": "SpreadCalls", 12 "name": "SpreadCalls",
12 "path": ["SpreadCalls"], 13 "path": ["SpreadCalls"],
13 "main": "run.js", 14 "main": "run.js",
14 "resources": ["spreadcalls.js"], 15 "resources": ["spreadcalls.js"],
15 "flags": ["--harmony-spreadcalls"], 16 "flags": ["--harmony-spreadcalls"],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "main": "run.js", 102 "main": "run.js",
102 "resources": ["assign.js"], 103 "resources": ["assign.js"],
103 "flags": ["--harmony-object"], 104 "flags": ["--harmony-object"],
104 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
105 "tests": [ 106 "tests": [
106 {"name": "Assign"} 107 {"name": "Assign"}
107 ] 108 ]
108 } 109 }
109 ] 110 ]
110 } 111 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698