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

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

Issue 2509593004: [test] Add object literal micro-benchmarks. (Closed)
Patch Set: Rename file. Created 4 years, 1 month 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/object_literals/object_literals.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 c72345efdbe2d213965902db30294f7c0d89841f..29226de4a20cc838fc4f3ae2aee1e32d97688c0f 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -9,6 +9,20 @@
"resources": ["base.js"],
"tests": [
{
+ "name": "Computed property names in object literals",
+ "path": ["SixSpeed/object_literals"],
+ "main": "run.js",
+ "resources": [
+ "run.js",
+ "object_literals.js"
+ ],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "ObjectLiterals-ES5"},
+ {"name": "ObjectLiterals-ES6"}
+ ]
+ },
+ {
"name": "Spread",
"path": ["SixSpeed/spread"],
"main": "run.js",
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/object_literals/object_literals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698