mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +00:00
rename benchmark.ts -> benchmarks.ts
This commit is contained in:
4
justfile
4
justfile
@@ -25,8 +25,8 @@ lint:
|
|||||||
prettier --check *.ts
|
prettier --check *.ts
|
||||||
|
|
||||||
benchmark:
|
benchmark:
|
||||||
bun build --target=node --outfile=bench.js benchmark.ts
|
bun build --target=node --outfile=bench.js benchmarks.ts
|
||||||
timeout 60s deno run --allow-read bench.js || true
|
timeout 60s deno run --allow-read bench.js || true
|
||||||
timeout 60s node bench.js || true
|
timeout 60s node bench.js || true
|
||||||
timeout 60s bun run benchmark.ts || true
|
timeout 60s bun run benchmarks.ts || true
|
||||||
rm bench.js
|
rm bench.js
|
||||||
|
|||||||
Reference in New Issue
Block a user