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

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

Issue 645933003: Initial set of perf tests for classes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased patch for landing 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 | « no previous file | test/js-perf-test/Classes/run.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Classes/Classes.json
diff --git a/test/js-perf-test/Iterators/Iterators.json b/test/js-perf-test/Classes/Classes.json
similarity index 50%
copy from test/js-perf-test/Iterators/Iterators.json
copy to test/js-perf-test/Classes/Classes.json
index 8cb8099374078fa8e7385b1fe1e9dbb0385707e8..a24dba9a497f54064a1990b0a64ed8774ffa42e7 100644
--- a/test/js-perf-test/Iterators/Iterators.json
+++ b/test/js-perf-test/Classes/Classes.json
@@ -1,11 +1,12 @@
{
"path": ["."],
"main": "run.js",
+ "flags": ["--harmony-classes"],
"run_count": 5,
"units": "score",
- "results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$",
+ "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
"total": true,
"tests": [
- {"name": "ForOf"}
+ {"name": "Super"}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/Classes/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698