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

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

Issue 1155493007: Micro benchmark for Try-Catch-Finally (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed formatting nit 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
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 }, 109 },
110 { 110 {
111 "name": "Scope", 111 "name": "Scope",
112 "path": ["Scope"], 112 "path": ["Scope"],
113 "main": "run.js", 113 "main": "run.js",
114 "resources": ["with.js"], 114 "resources": ["with.js"],
115 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", 115 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$",
116 "tests": [ 116 "tests": [
117 {"name": "With"} 117 {"name": "With"}
118 ] 118 ]
119 },
120 {
121 "name": "Exceptions",
122 "path": ["Exceptions"],
123 "main": "run.js",
124 "resources": ["try-catch.js"],
125 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
126 "tests": [
127 {"name": "Try-Catch"}
128 ]
119 } 129 }
120 ] 130 ]
121 } 131 }
OLDNEW
« test/js-perf-test/Exceptions/try-catch.js ('K') | « test/js-perf-test/Exceptions/try-catch.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698