| 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/harness-adapt.js", | 13 "test/simdjs/harness-adapt.js", |
| 13 "test/simdjs/harness-finish.js", | 14 "test/simdjs/harness-finish.js", |
| 14 "test/simdjs/data/src/benchmarks/kernel-template.js", | 15 "test/simdjs/data/src/benchmarks/kernel-template.js", |
| 15 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", | 16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", |
| 16 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", | 17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", |
| 17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", | 18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", |
| 18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", | 19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", |
| 19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", | 20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", |
| 20 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", | 21 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", |
| 21 "test/simdjs/data/src/benchmarks/transform.js", | 22 "test/simdjs/data/src/benchmarks/transform.js", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 }, | 235 }, |
| 235 { | 236 { |
| 236 "name": "Non-SIMD" | 237 "name": "Non-SIMD" |
| 237 } | 238 } |
| 238 ] | 239 ] |
| 239 } | 240 } |
| 240 ], | 241 ], |
| 241 "timeout_arm": 240, | 242 "timeout_arm": 240, |
| 242 "timeout_arm64": 120, | 243 "timeout_arm64": 120, |
| 243 "units": "ms" | 244 "units": "ms" |
| 244 } | 245 } |
| OLD | NEW |