Skip to content

Commit 869fcfa

Browse files
committed
bench: enable simd
1 parent c3221e1 commit 869fcfa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/llhttp/llhttp.wasm

-62 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"bench": "concurrently -k -s first npm:bench:server npm:bench:run",
4141
"bench:server": "node benchmarks/server.js",
4242
"prebench:run": "node benchmarks/wait.js",
43-
"bench:run": "CONNECTIONS=1 node benchmarks/benchmark.js && CONNECTIONS=50 node benchmarks/benchmark.js",
43+
"bench:run": "CONNECTIONS=1 node --experimental-wasm-simd benchmarks/benchmark.js && CONNECTIONS=50 node --experimental-wasm-simd benchmarks/benchmark.js",
4444
"serve:website": "docsify serve .",
4545
"prepare": "husky install"
4646
},

0 commit comments

Comments
 (0)