diff options
author | Michaƫl Zasso <mic.besace@gmail.com> | 2015-10-06 08:42:38 +0200 |
---|---|---|
committer | Ali Ijaz Sheikh <ofrobots@google.com> | 2015-10-14 11:20:34 -0700 |
commit | d8011d1683fe0d977de2bea1147f5213d4490c5a (patch) | |
tree | 54967df8dc1732e59eef39e5c5b39fe99ad88977 /deps/v8/test/simdjs/SimdJs.json | |
parent | d1a2e5357ef0357cec9b516fa9ac78cc38a984aa (diff) | |
download | node-new-d8011d1683fe0d977de2bea1147f5213d4490c5a.tar.gz |
deps: upgrade V8 to 4.6.85.23
PR-URL: https://github.com/nodejs/node/pull/3351
Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/test/simdjs/SimdJs.json')
-rw-r--r-- | deps/v8/test/simdjs/SimdJs.json | 76 |
1 files changed, 3 insertions, 73 deletions
diff --git a/deps/v8/test/simdjs/SimdJs.json b/deps/v8/test/simdjs/SimdJs.json index b671ac4cb8..ae2a32e308 100644 --- a/deps/v8/test/simdjs/SimdJs.json +++ b/deps/v8/test/simdjs/SimdJs.json @@ -18,22 +18,17 @@ "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", - "test/simdjs/data/src/benchmarks/averageFloat64x2.js", - "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js", - "test/simdjs/data/src/benchmarks/mandelbrot.js", "test/simdjs/data/src/benchmarks/matrix-multiplication.js", "test/simdjs/data/src/benchmarks/transform.js", "test/simdjs/data/src/benchmarks/shiftrows.js", "test/simdjs/data/src/benchmarks/transpose4x4.js", "test/simdjs/data/src/benchmarks/inverse4x4.js", - "test/simdjs/data/src/benchmarks/sinx4.js", "test/simdjs/data/src/benchmarks/memset.js", "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": [ @@ -133,54 +128,6 @@ }, { "flags": [ - "test/simdjs/data/src/benchmarks/averageFloat64x2.js" - ], - "main": "test/simdjs/harness-finish.js", - "name": "averageFloat64x2", - "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", - "tests": [ - { - "name": "SIMD" - }, - { - "name": "Non-SIMD" - } - ] - }, - { - "flags": [ - "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js" - ], - "main": "test/simdjs/harness-finish.js", - "name": "averageFloat64x2Load", - "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", - "tests": [ - { - "name": "SIMD" - }, - { - "name": "Non-SIMD" - } - ] - }, - { - "flags": [ - "test/simdjs/data/src/benchmarks/mandelbrot.js" - ], - "main": "test/simdjs/harness-finish.js", - "name": "mandelbrot", - "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", - "tests": [ - { - "name": "SIMD" - }, - { - "name": "Non-SIMD" - } - ] - }, - { - "flags": [ "test/simdjs/data/src/benchmarks/matrix-multiplication.js" ], "main": "test/simdjs/harness-finish.js", @@ -261,22 +208,6 @@ }, { "flags": [ - "test/simdjs/data/src/benchmarks/sinx4.js" - ], - "main": "test/simdjs/harness-finish.js", - "name": "sinx4", - "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)", - "tests": [ - { - "name": "SIMD" - }, - { - "name": "Non-SIMD" - } - ] - }, - { - "flags": [ "test/simdjs/data/src/benchmarks/memset.js" ], "main": "test/simdjs/harness-finish.js", @@ -308,8 +239,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 |