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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index 77b677086c1ac948c0d8c59ce91d1aa328a8ec1d..42cf84b96a9ba2203afd197020ac84c6d1415ca5 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -116,6 +116,16 @@
"tests": [
{"name": "With"}
]
+ },
+ {
+ "name": "Exceptions",
+ "path": ["Exceptions"],
+ "main": "run.js",
+ "resources": ["try-catch.js"],
+ "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Try-Catch"}
+ ]
}
]
}
« 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