Use merged JSTest config for performance tests.
The new config is now used for perf measurements. The old ones are deleted to avoid redundancy. This also ports https://codereview.chromium.org/754523004 to the new config file. BUG=chromium:374740 LOG=n TBR=ulan@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/782673003 Cr-Commit-Position: refs/heads/master@{#25674}
This commit is contained in:
parent
b3ace35209
commit
21835209a7
@ -1,14 +0,0 @@
|
||||
{
|
||||
"name": "JSTests/Classes",
|
||||
"path": ["."],
|
||||
"main": "run.js",
|
||||
"flags": ["--harmony-classes"],
|
||||
"run_count": 5,
|
||||
"units": "score",
|
||||
"results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
|
||||
"total": true,
|
||||
"tests": [
|
||||
{"name": "Super"},
|
||||
{"name": "DefaultConstructor"}
|
||||
]
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"name": "JSTests/Collections",
|
||||
"path": ["."],
|
||||
"main": "run.js",
|
||||
"run_count": 5,
|
||||
"units": "score",
|
||||
"results_regexp": "^%s\\-Collections\\(Score\\): (.+)$",
|
||||
"total": true,
|
||||
"tests": [
|
||||
{"name": "Map-Smi"},
|
||||
{"name": "Map-String"},
|
||||
{"name": "Map-Object"},
|
||||
{"name": "Map-Iteration"},
|
||||
{"name": "Set-Smi"},
|
||||
{"name": "Set-String"},
|
||||
{"name": "Set-Object"},
|
||||
{"name": "Set-Iteration"},
|
||||
{"name": "WeakMap"},
|
||||
{"name": "WeakSet"}
|
||||
]
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "JSTests/Iterators",
|
||||
"path": ["."],
|
||||
"main": "run.js",
|
||||
"run_count": 5,
|
||||
"units": "score",
|
||||
"results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$",
|
||||
"total": true,
|
||||
"tests": [
|
||||
{"name": "ForOf"}
|
||||
]
|
||||
}
|
@ -11,11 +11,12 @@
|
||||
"name": "Classes",
|
||||
"path": ["Classes"],
|
||||
"main": "run.js",
|
||||
"resources": ["super.js"],
|
||||
"resources": ["super.js", "default-constructor.js"],
|
||||
"flags": ["--harmony-classes"],
|
||||
"results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
|
||||
"tests": [
|
||||
{"name": "Super"}
|
||||
{"name": "Super"},
|
||||
{"name": "DefaultConstructor"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"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"}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user