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

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

Issue 2676773004: [Tests] Add microbenchmark for defaults (Closed)
Patch Set: Created 3 years, 10 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 | test/js-perf-test/SixSpeed/defaults/defaults.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/SixSpeed.json
diff --git a/test/js-perf-test/SixSpeed.json b/test/js-perf-test/SixSpeed.json
index 47c6d934af58db34df6097d687ebc09139c7155b..7ea685bfe4f5debe9f8d31a5b87418b583bc0833 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -37,6 +37,20 @@
]
},
{
+ "name": "Defaults",
+ "path": ["SixSpeed/defaults"],
+ "main": "run.js",
+ "resources": [
+ "run.js",
+ "defaults.js"
+ ],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Defaults-ES5"},
+ {"name": "Defaults-ES6"}
+ ]
+ },
+ {
"name": "Spread",
"path": ["SixSpeed/spread"],
"main": "run.js",
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/defaults/defaults.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698