adjust benchmarks to be done in a more realistic scenario.

This commit is contained in:
fiatjaf
2023-12-22 11:11:04 -03:00
parent f719d99a11
commit ddf1064da9
2 changed files with 7 additions and 7 deletions

View File

@@ -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