rename benchmark.ts -> benchmarks.ts

This commit is contained in:
fiatjaf 2023-12-22 11:48:07 -03:00
parent 1de54838d3
commit f727058a3a
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ lint:
prettier --check *.ts
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 node bench.js || true
timeout 60s bun run benchmark.ts || true
timeout 60s bun run benchmarks.ts || true
rm bench.js