X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ed3240f7221e4315f102cb6d04f8449be0a0a7eb;hb=2deff321e347e2ca6c419c5d98b82fe2f5595a03;hp=5c54c47efe02c82709eca6ef41037d970d7268a2;hpb=7fd91296ddf293e0ef084408618f4cc1f551de92;p=benchmarks-js.git diff --git a/package.json b/package.json index 5c54c47..ed3240f 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "scripts": { "benchmark:busy-wait": "node busy-wait.js", + "benchmark:empty-array": "node empty-array.js", "benchmark:quick-select": "node quick-select.js", "benchmark:promise-handling": "node promise-handling.js", "benchmark:fibonacci": "node fibonacci.js",