Move js perf tests to a common root on the perf dashboard.

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
This commit is contained in:
machenbach@chromium.org 2014-10-22 13:04:08 +00:00
parent e48e3e53ae
commit 5680786c21
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"name": "JSTests/Classes",
"path": ["."],
"main": "run.js",
"flags": ["--harmony-classes"],

View File

@ -1,4 +1,5 @@
{
"name": "JSTests/Collections",
"path": ["."],
"main": "run.js",
"flags": ["--harmony-collections"],

View File

@ -1,4 +1,5 @@
{
"name": "JSTests/Iterators",
"path": ["."],
"main": "run.js",
"run_count": 5,

View File

@ -1,4 +1,5 @@
{
"name": "JSTests/Strings",
"path": ["."],
"main": "run.js",
"flags": ["--harmony-strings"],