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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "flags": [ 2 "flags": [
3 "--harmony-object", 3 "--harmony-object",
4 "test/simdjs/harness-adapt.js" 4 "test/simdjs/harness-adapt.js"
5 ], 5 ],
6 "name": "SIMDJS", 6 "name": "SIMDJS",
7 "path": [ 7 "path": [
8 "../../" 8 "../../"
9 ], 9 ],
10 "resources": [ 10 "resources": [
(...skipping 13 matching lines...) Expand all
24 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", 24 "test/simdjs/data/src/benchmarks/matrix-multiplication.js",
25 "test/simdjs/data/src/benchmarks/transform.js", 25 "test/simdjs/data/src/benchmarks/transform.js",
26 "test/simdjs/data/src/benchmarks/shiftrows.js", 26 "test/simdjs/data/src/benchmarks/shiftrows.js",
27 "test/simdjs/data/src/benchmarks/transpose4x4.js", 27 "test/simdjs/data/src/benchmarks/transpose4x4.js",
28 "test/simdjs/data/src/benchmarks/inverse4x4.js", 28 "test/simdjs/data/src/benchmarks/inverse4x4.js",
29 "test/simdjs/data/src/benchmarks/sinx4.js", 29 "test/simdjs/data/src/benchmarks/sinx4.js",
30 "test/simdjs/data/src/benchmarks/memset.js", 30 "test/simdjs/data/src/benchmarks/memset.js",
31 "test/simdjs/data/src/benchmarks/memcpy.js" 31 "test/simdjs/data/src/benchmarks/memcpy.js"
32 ], 32 ],
33 "run_count": 5, 33 "run_count": 5,
34 "run_count_android_arm": 1,
35 "run_count_android_arm64": 3,
36 "run_count_arm": 3, 34 "run_count_arm": 3,
35 "run_count_arm64": 3,
37 "tests": [ 36 "tests": [
38 { 37 {
39 "flags": [ 38 "flags": [
40 "test/simdjs/data/src/benchmarks/kernel-template.js" 39 "test/simdjs/data/src/benchmarks/kernel-template.js"
41 ], 40 ],
42 "main": "test/simdjs/harness-finish.js", 41 "main": "test/simdjs/harness-finish.js",
43 "name": "kernel-template", 42 "name": "kernel-template",
44 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", 43 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
45 "tests": [ 44 "tests": [
46 { 45 {
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "tests": [ 300 "tests": [
302 { 301 {
303 "name": "SIMD" 302 "name": "SIMD"
304 }, 303 },
305 { 304 {
306 "name": "Non-SIMD" 305 "name": "Non-SIMD"
307 } 306 }
308 ] 307 ]
309 } 308 }
310 ], 309 ],
311 "timeout_android_arm": 180, 310 "timeout_arm": 240,
312 "timeout_android_arm64": 120, 311 "timeout_arm64": 120,
313 "timeout_arm": 120,
314 "units": "ms" 312 "units": "ms"
315 } 313 }
OLDNEW
« 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