Reviewers: ulan, bradnelson,

Message:
PTAL

Description:
[test] Fix timeouts for simdjs perf tests.

Also remove deprecated android_arm configs.

[email protected]
NOTRY=true

Please review this at https://codereview.chromium.org/1244003002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+3, -5 lines):
  M test/simdjs/SimdJs.json


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 newline at end of file


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to