OLD | NEW |
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": [ |
11 "test/simdjs/data/src/benchmarks/base.js", | 11 "test/simdjs/data/src/benchmarks/base.js", |
12 "test/simdjs/data/src/ecmascript_simd.js", | 12 "test/simdjs/data/src/ecmascript_simd.js", |
| 13 "test/simdjs/harness-adapt.js", |
| 14 "test/simdjs/harness-finish.js", |
13 "test/simdjs/data/src/benchmarks/kernel-template.js", | 15 "test/simdjs/data/src/benchmarks/kernel-template.js", |
14 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", | 16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", |
15 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", | 17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", |
16 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", | 18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", |
17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", | 19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", |
18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", | 20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", |
19 "test/simdjs/data/src/benchmarks/averageFloat64x2.js", | 21 "test/simdjs/data/src/benchmarks/averageFloat64x2.js", |
20 "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js", | 22 "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js", |
21 "test/simdjs/data/src/benchmarks/mandelbrot.js", | 23 "test/simdjs/data/src/benchmarks/mandelbrot.js", |
22 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", | 24 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", |
23 "test/simdjs/data/src/benchmarks/transform.js", | 25 "test/simdjs/data/src/benchmarks/transform.js", |
24 "test/simdjs/data/src/benchmarks/shiftrows.js", | 26 "test/simdjs/data/src/benchmarks/shiftrows.js", |
25 "test/simdjs/data/src/benchmarks/transpose4x4.js", | 27 "test/simdjs/data/src/benchmarks/transpose4x4.js", |
26 "test/simdjs/data/src/benchmarks/inverse4x4.js", | 28 "test/simdjs/data/src/benchmarks/inverse4x4.js", |
27 "test/simdjs/data/src/benchmarks/sinx4.js", | 29 "test/simdjs/data/src/benchmarks/sinx4.js", |
28 "test/simdjs/data/src/benchmarks/memset.js", | 30 "test/simdjs/data/src/benchmarks/memset.js", |
29 "test/simdjs/data/src/benchmarks/memcpy.js" | 31 "test/simdjs/data/src/benchmarks/memcpy.js" |
30 ], | 32 ], |
31 "run_count": 5, | 33 "run_count": 5, |
| 34 "run_count_android_arm": 3, |
| 35 "run_count_android_arm64": 3, |
| 36 "run_count_arm": 3, |
32 "tests": [ | 37 "tests": [ |
33 { | 38 { |
34 "flags": [ | 39 "flags": [ |
35 "test/simdjs/data/src/benchmarks/kernel-template.js" | 40 "test/simdjs/data/src/benchmarks/kernel-template.js" |
36 ], | 41 ], |
37 "main": "test/simdjs/harness-finish.js", | 42 "main": "test/simdjs/harness-finish.js", |
38 "name": "kernel-template", | 43 "name": "kernel-template", |
39 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", | 44 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", |
40 "tests": [ | 45 "tests": [ |
41 { | 46 { |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 "name": "Speedup", | 437 "name": "Speedup", |
433 "units": "score" | 438 "units": "score" |
434 }, | 439 }, |
435 { | 440 { |
436 "name": "Iterations", | 441 "name": "Iterations", |
437 "units": "count" | 442 "units": "count" |
438 } | 443 } |
439 ] | 444 ] |
440 } | 445 } |
441 ], | 446 ], |
442 "total": true, | 447 "timeout_android_arm": 120, |
| 448 "timeout_android_arm64": 120, |
| 449 "timeout_arm": 120, |
443 "units": "ms" | 450 "units": "ms" |
444 } | 451 } |
OLD | NEW |