Skip to content

Commit

Permalink
rename benchmark.ts -> benchmarks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 22, 2023
1 parent 1de5483 commit f727058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f727058

Please sign in to comment.