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

Unified Diff: test/simdjs/generate.py

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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/simdjs/SimdJs.json ('k') | test/simdjs/harness-adapt.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/generate.py
diff --git a/test/simdjs/generate.py b/test/simdjs/generate.py
index b100a94ae66694c322ec54fd3340d7c13cee311e..49a3f639674a2ec981c03522f1da998bb50675c9 100755
--- a/test/simdjs/generate.py
+++ b/test/simdjs/generate.py
@@ -37,7 +37,6 @@ output = {
'units': 'ms',
'resources': [
'test/simdjs/data/src/benchmarks/base.js',
- 'test/simdjs/data/src/ecmascript_simd.js',
'test/simdjs/harness-adapt.js',
'test/simdjs/harness-finish.js'
] + ['test/simdjs/data/src/benchmarks/%s.js' % t for t in tests],
« no previous file with comments | « test/simdjs/SimdJs.json ('k') | test/simdjs/harness-adapt.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698