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

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

Issue 2822203004: [js-perf-tests] Add classes benchmarks from SixSpeed. (Closed)
Patch Set: Created 3 years, 8 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/classes/babel.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 021b58a3eaf059fe9283ee5d8371a62d121ade33..15a2792c6a74a63d32b3346f171d08e260c62f39 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -28,6 +28,31 @@
]
},
{
+ "name": "Classes",
+ "path": ["SixSpeed"],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {
+ "name": "ES5",
+ "main": "run.js",
+ "resources": ["classes/es5.js"],
+ "test_flags": ["classes/es5"]
+ },
+ {
+ "name": "Babel",
+ "main": "run.js",
+ "resources": ["classes/babel.js"],
+ "test_flags": ["classes/babel"]
+ },
+ {
+ "name": "ES6",
+ "main": "run.js",
+ "resources": ["classes/es6.js"],
+ "test_flags": ["classes/es6"]
+ }
+ ]
+ },
+ {
"name": "Computed property names in object literals",
"path": ["SixSpeed"],
"results_regexp": "^%s\\(Score\\): (.+)$",
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/classes/babel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698