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

Unified Diff: test/js-perf-test/JSTests.json

Issue 782673003: Use merged JSTest config for performance tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « test/js-perf-test/Iterators/Iterators.json ('k') | test/js-perf-test/Strings/Strings.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index fb3cc9ba0a488623e64e601b3a6732d70e0ec603..0b6956ca172ac6d4eddd68c1363047e04a96f4c0 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -11,11 +11,12 @@
"name": "Classes",
"path": ["Classes"],
"main": "run.js",
- "resources": ["super.js"],
+ "resources": ["super.js", "default-constructor.js"],
"flags": ["--harmony-classes"],
"results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
"tests": [
- {"name": "Super"}
+ {"name": "Super"},
+ {"name": "DefaultConstructor"}
]
},
{
« no previous file with comments | « test/js-perf-test/Iterators/Iterators.json ('k') | test/js-perf-test/Strings/Strings.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698