Move js perf tests to a common root on the perf dashboard.
authormachenbach@chromium.org <machenbach@chromium.org>
Wed, 22 Oct 2014 13:04:08 +0000 (13:04 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Wed, 22 Oct 2014 13:04:08 +0000 (13:04 +0000)
BUG=
R=dslomov@chromium.org

Review URL: https://codereview.chromium.org/667373004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24806 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/js-perf-test/Classes/Classes.json
test/js-perf-test/Collections/Collections.json
test/js-perf-test/Iterators/Iterators.json
test/js-perf-test/Strings/Strings.json

index a24dba9..dfed617 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "name": "JSTests/Classes",
   "path": ["."],
   "main": "run.js",
   "flags": ["--harmony-classes"],
index bf735c0..63c3aa5 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "name": "JSTests/Collections",
   "path": ["."],
   "main": "run.js",
   "flags": ["--harmony-collections"],
index 8cb8099..679872e 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "name": "JSTests/Iterators",
   "path": ["."],
   "main": "run.js",
   "run_count": 5,
index 61fdbd3..871e72f 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "name": "JSTests/Strings",
   "path": ["."],
   "main": "run.js",
   "flags": ["--harmony-strings"],