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

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

Issue 2577393002: [js-perf-test] Add a basic async-await microbenchmark (Closed)
Patch Set: Re-babel Created 4 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/AsyncAwait/run.js ('k') | 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 8e15a194a32ade29660559b7c34b1528ad6253e5..b2a0671eac1dd4b29b46f6d33b7889c07e2be0b1 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -9,6 +9,18 @@
"resources": ["base.js"],
"tests": [
{
+ "name": "AsyncAwait",
+ "path": ["AsyncAwait"],
+ "main": "run.js",
Michael Achenbach 2016/12/27 21:31:17 This currently fails on the bots. It looks like it
jgruber 2017/01/09 08:42:22 Thanks, got a CL for this at https://codereview.ch
+ "resources": [
+ "native.js",
+ "baseline-babel-es2017.js",
+ "baseline-naive-promises.js"
+ ],
+ "flags": ["--allow-natives-syntax"],
+ "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$"
+ },
+ {
"name": "Generators",
"path": ["Generators"],
"main": "run.js",
« no previous file with comments | « test/js-perf-test/AsyncAwait/run.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698