just benchmark

This commit is contained in:
fiatjaf
2023-12-21 20:59:45 -03:00
parent d7dad8e204
commit d61cc6c9bf
2 changed files with 12 additions and 5 deletions

View File

@@ -23,3 +23,10 @@ format:
lint:
eslint --ext .ts *.ts
prettier --check *.ts
benchmark:
bun build --target=node --outfile=bench.js benchmark.ts
bun run benchmark.ts
timeout 2s deno run bench.js || true
timeout 2s node bench.js || true
rm bench.js