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

Unified Diff: test/simdjs/SimdJs.json

Issue 1149723002: [test] Fix simdjs perf tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Keep old name Created 5 years, 7 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 | test/simdjs/generate.py » ('j') | test/simdjs/generate.py » ('J')
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 e6686b90a0f241a839628c79c2bed0b02700b15e..62f53666002ef60c44ca61ea7299302263ea24b4 100644
--- a/test/simdjs/SimdJs.json
+++ b/test/simdjs/SimdJs.json
@@ -10,6 +10,8 @@
"resources": [
"test/simdjs/data/src/benchmarks/base.js",
"test/simdjs/data/src/ecmascript_simd.js",
+ "test/simdjs/harness-adapt.js",
+ "test/simdjs/harness-finish.js",
"test/simdjs/data/src/benchmarks/kernel-template.js",
"test/simdjs/data/src/benchmarks/averageFloat32x4.js",
"test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js",
@@ -29,6 +31,9 @@
"test/simdjs/data/src/benchmarks/memcpy.js"
],
"run_count": 5,
+ "run_count_android_arm": 3,
+ "run_count_android_arm64": 3,
+ "run_count_arm": 3,
"tests": [
{
"flags": [
@@ -439,6 +444,8 @@
]
}
],
- "total": true,
+ "timeout_android_arm": 120,
+ "timeout_android_arm64": 120,
+ "timeout_arm": 120,
"units": "ms"
}
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | test/simdjs/generate.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698