mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-18 12:48:51 +00:00
adjust benchmarks to be done in a more realistic scenario.
This commit is contained in:
6
justfile
6
justfile
@@ -26,7 +26,7 @@ lint:
|
||||
|
||||
benchmark:
|
||||
bun build --target=node --outfile=bench.js benchmark.ts
|
||||
timeout 25s deno run --allow-read bench.js || true
|
||||
timeout 25s node bench.js || true
|
||||
timeout 25s bun run benchmark.ts || true
|
||||
timeout 60s deno run --allow-read bench.js || true
|
||||
timeout 60s node bench.js || true
|
||||
timeout 60s bun run benchmark.ts || true
|
||||
rm bench.js
|
||||
|
||||
Reference in New Issue
Block a user