Commit 816f5335 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Fix timeouts for simdjs perf tests.

Also remove deprecated android_arm configs.

TBR=bradnelson@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#29769}
parent e40d453d
......@@ -31,9 +31,8 @@
"test/simdjs/data/src/benchmarks/memcpy.js"
],
"run_count": 5,
"run_count_android_arm": 1,
"run_count_android_arm64": 3,
"run_count_arm": 3,
"run_count_arm64": 3,
"tests": [
{
"flags": [
......@@ -308,8 +307,7 @@
]
}
],
"timeout_android_arm": 180,
"timeout_android_arm64": 120,
"timeout_arm": 120,
"timeout_arm": 240,
"timeout_arm64": 120,
"units": "ms"
}
\ No newline at end of file
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