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

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

Issue 2619753002: [js-perf-test] Specify AsyncAwait tests in JSTests.json (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 b2a0671eac1dd4b29b46f6d33b7889c07e2be0b1..7b100413da50b1081b9cdb2d2da3321372da2913 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -18,7 +18,12 @@
"baseline-naive-promises.js"
],
"flags": ["--allow-natives-syntax"],
- "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$"
+ "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "BaselineES2017"},
+ {"name": "BaselineNaivePromises"},
+ {"name": "Native"}
+ ]
},
{
"name": "Generators",
« 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