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

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

Issue 2364743003: [js-perf-test] add microbenchmarks for String Iterators (Closed)
Patch Set: Created 4 years, 3 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/StringIterators/run.js » ('j') | 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 52bff011dbee78ea6b5b85ca4da797e17731b258..f58ceeb796ac4177fe004675d58011683bf25a2e 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -124,6 +124,24 @@
]
},
{
+ "name": "StringIterators",
+ "path": ["StringIterators"],
+ "main": "run.js",
+ "resources": ["string-iterator.js"],
+ "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Spread_OneByteShort"},
+ {"name": "Spread_TwoByteShort"},
+ {"name": "Spread_WithSurrogatePairsShort"},
+ {"name": "ForOf_OneByteShort"},
+ {"name": "ForOf_TwoByteShort"},
+ {"name": "ForOf_WithSurrogatePairsShort"},
+ {"name": "ForOf_OneByteLong"},
+ {"name": "ForOf_TwoByteLong"},
+ {"name": "ForOf_WithSurrogatePairsLong"}
+ ]
+ },
+ {
"name": "Templates",
"path": ["Templates"],
"main": "run.js",
« no previous file with comments | « no previous file | test/js-perf-test/StringIterators/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698