We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3221e1 commit 869fcfaCopy full SHA for 869fcfa
lib/llhttp/llhttp.wasm
-62 Bytes
package.json
@@ -40,7 +40,7 @@
40
"bench": "concurrently -k -s first npm:bench:server npm:bench:run",
41
"bench:server": "node benchmarks/server.js",
42
"prebench:run": "node benchmarks/wait.js",
43
- "bench:run": "CONNECTIONS=1 node benchmarks/benchmark.js && CONNECTIONS=50 node benchmarks/benchmark.js",
+ "bench:run": "CONNECTIONS=1 node --experimental-wasm-simd benchmarks/benchmark.js && CONNECTIONS=50 node --experimental-wasm-simd benchmarks/benchmark.js",
44
"serve:website": "docsify serve .",
45
"prepare": "husky install"
46
},
0 commit comments