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

[test] Fix js-perf config

The android_arm config is deprecated. We only use the v8 arch
strings.

NOTRY=true
TBR=adamk, caitp

Review-Url: https://codereview.chromium.org/2412513002
Cr-Commit-Position: refs/heads/master@{#40172}
parent 16055d51
{ {
"name": "JSTests", "name": "JSTests",
"run_count": 3, "run_count": 3,
"run_count_android_arm": 1, "run_count_arm": 1,
"run_count_android_arm64": 1, "run_count_arm64": 1,
"timeout": 120, "timeout": 120,
"units": "score", "units": "score",
"total": true, "total": true,
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
"run_count": 1, "run_count": 1,
"timeout": 240, "timeout": 240,
"timeout_android_arm": 360, "timeout_arm": 360,
"tests": [ "tests": [
{"name": "StringFunctions"} {"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