Commit 21835209 authored by machenbach's avatar machenbach Committed by Commit bot

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}
parent b3ace352
{
"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"}
]
}
{
"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"}
]
}
{
"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"}
]
},
{
......
{
"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"}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment