Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: test/simdjs/SimdJs.json

Issue 1244003002: [test] Fix timeouts for simdjs perf tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/SimdJs.json
diff --git a/test/simdjs/SimdJs.json b/test/simdjs/SimdJs.json
index b671ac4cb8a2cd7d95e790896a91e47fc09d9ed8..a3f01dddc8c90e307eb77e1e6d98ea8b4b9e3c6d 100644
--- a/test/simdjs/SimdJs.json
+++ b/test/simdjs/SimdJs.json
@@ -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 previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698