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

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

Issue 639123009: Classes: Add basic support for properties (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: git rebase Created 6 years, 2 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 | « test/js-perf-test/Iterators/Iterators.json ('k') | test/js-perf-test/Strings/harmony-string.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Strings/Strings.json
diff --git a/test/js-perf-test/Strings/Strings.json b/test/js-perf-test/Strings/Strings.json
new file mode 100644
index 0000000000000000000000000000000000000000..871e72f7d78ff6c6f07064c3e9a4f34ebb09a694
--- /dev/null
+++ b/test/js-perf-test/Strings/Strings.json
@@ -0,0 +1,13 @@
+{
+ "name": "JSTests/Strings",
+ "path": ["."],
+ "main": "run.js",
+ "flags": ["--harmony-strings"],
+ "run_count": 5,
+ "units": "score",
+ "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
+ "total": true,
+ "tests": [
+ {"name": "StringFunctions"}
+ ]
+}
« no previous file with comments | « test/js-perf-test/Iterators/Iterators.json ('k') | test/js-perf-test/Strings/harmony-string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698