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

Side by Side Diff: test/simdjs/SimdJs.json

Issue 1305923005: [simd.js] Disable SIMD polyfill. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reopening issue, fix for performance tests. Created 5 years, 3 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 | test/simdjs/generate.py » ('j') | 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 "--harmony-simd",
4 "test/simdjs/harness-adapt.js" 5 "test/simdjs/harness-adapt.js"
5 ], 6 ],
6 "name": "SIMDJS", 7 "name": "SIMDJS",
7 "path": [ 8 "path": [
8 "../../" 9 "../../"
9 ], 10 ],
10 "resources": [ 11 "resources": [
11 "test/simdjs/data/src/benchmarks/base.js", 12 "test/simdjs/data/src/benchmarks/base.js",
12 "test/simdjs/data/src/ecmascript_simd.js",
13 "test/simdjs/harness-adapt.js", 13 "test/simdjs/harness-adapt.js",
14 "test/simdjs/harness-finish.js", 14 "test/simdjs/harness-finish.js",
15 "test/simdjs/data/src/benchmarks/kernel-template.js", 15 "test/simdjs/data/src/benchmarks/kernel-template.js",
16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js", 16 "test/simdjs/data/src/benchmarks/averageFloat32x4.js",
17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js", 17 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js",
18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js", 18 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js",
19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js", 19 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js",
20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js", 20 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js",
21 "test/simdjs/data/src/benchmarks/matrix-multiplication.js", 21 "test/simdjs/data/src/benchmarks/matrix-multiplication.js",
22 "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
235 }, 235 },
236 { 236 {
237 "name": "Non-SIMD" 237 "name": "Non-SIMD"
238 } 238 }
239 ] 239 ]
240 } 240 }
241 ], 241 ],
242 "timeout_arm": 480, 242 "timeout_arm": 480,
243 "timeout_arm64": 120, 243 "timeout_arm64": 120,
244 "units": "ms" 244 "units": "ms"
245 } 245 }
OLDNEW
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698