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 78f1c97 commit a6a7700Copy full SHA for a6a7700
2 files changed
lib/llhttp/llhttp.wasm
-42 Bytes
package.json
@@ -38,7 +38,7 @@
38
"coverage": "standard | snazzy && tap test/*.js",
39
"coverage:ci": "npm run coverage -- --coverage-report=lcovonly",
40
"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\"",
+ "bench": "npx concurrently -k -s first \"node benchmarks/server.js\" \"node -e 'setTimeout(() => {}, 1000)' && node --experimental-wasm-simd benchmarks\"",
42
"serve:website": "docsify serve .",
43
"prepare": "husky install"
44
},
0 commit comments