Skip to content

Commit a6a7700

Browse files
committed
bench: enable simd
1 parent 78f1c97 commit a6a7700

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/llhttp/llhttp.wasm

-42 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"coverage": "standard | snazzy && tap test/*.js",
3939
"coverage:ci": "npm run coverage -- --coverage-report=lcovonly",
4040
"prebench": "node -e \"try { require('fs').unlinkSync(require('path').join(require('os').tmpdir(), 'undici.sock')) } catch (_) {}\"",
41-
"bench": "npx concurrently -k -s first \"node benchmarks/server.js\" \"node -e 'setTimeout(() => {}, 1000)' && node benchmarks\"",
41+
"bench": "npx concurrently -k -s first \"node benchmarks/server.js\" \"node -e 'setTimeout(() => {}, 1000)' && node --experimental-wasm-simd benchmarks\"",
4242
"serve:website": "docsify serve .",
4343
"prepare": "husky install"
4444
},

0 commit comments

Comments
 (0)