Skip to content

Commit

Permalink
bench: enable simd
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup committed Apr 13, 2021
1 parent 78f1c97 commit a6a7700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lib/llhttp/llhttp.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"coverage": "standard | snazzy && tap test/*.js",
"coverage:ci": "npm run coverage -- --coverage-report=lcovonly",
"prebench": "node -e \"try { require('fs').unlinkSync(require('path').join(require('os').tmpdir(), 'undici.sock')) } catch (_) {}\"",
"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\"",
"serve:website": "docsify serve .",
"prepare": "husky install"
},
Expand Down

0 comments on commit a6a7700

Please sign in to comment.