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 961f904 commit 9871aeaCopy full SHA for 9871aea
package.json
@@ -39,7 +39,6 @@
39
"coverage": "standard | snazzy && tap test/*.js",
40
"coverage:ci": "npm run coverage -- --coverage-report=lcovonly",
41
"bench": "concurrently -k -s first npm:bench:server npm:bench:run",
42
- "bench:simd": "concurrently -k -s first npm:bench:server npm:bench:run:simd",
43
"bench:server": "node benchmarks/server.js",
44
"prebench:run": "node benchmarks/wait.js",
45
"bench:run": "CONNECTIONS=1 node --experimental-wasm-simd benchmarks/benchmark.js && CONNECTIONS=50 node --experimental-wasm-simd benchmarks/benchmark.js",
0 commit comments