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

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

Issue 1153363002: For Micro-benchmarks for 'with' (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Drop --turbo flag so we measure what we ship Created 5 years, 6 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 | test/js-perf-test/Scope/run.js » ('j') | 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 "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": [
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 { 99 {
100 "name": "Object", 100 "name": "Object",
101 "path": ["Object"], 101 "path": ["Object"],
102 "main": "run.js", 102 "main": "run.js",
103 "resources": ["assign.js"], 103 "resources": ["assign.js"],
104 "flags": ["--harmony-object"], 104 "flags": ["--harmony-object"],
105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
106 "tests": [ 106 "tests": [
107 {"name": "Assign"} 107 {"name": "Assign"}
108 ] 108 ]
109 },
110 {
111 "name": "Scope",
112 "path": ["Scope"],
113 "main": "run.js",
114 "resources": ["with.js"],
115 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$",
116 "tests": [
117 {"name": "With"}
118 ]
109 } 119 }
110 ] 120 ]
111 } 121 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/Scope/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698