Skip to content

Commit d8ce5b9

Browse files
committed
update deps; more tests
1 parent ff97d0f commit d8ce5b9

File tree

10 files changed

+168
-517
lines changed

10 files changed

+168
-517
lines changed

benchmarks/response-reencoding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { runBenchmarks } from './runBenchmarks.ts';
33
/*
44
Conclusions:
55
6-
Decoding and reencoding Response objects takes a matter of microseconds:
6+
Decoding and re-encoding Response objects takes a matter of microseconds:
77
1k string: 1 µs
88
10k string: 3 µs
99
100k string: 24 µs

benchmarks/runBenchmarks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export async function runBenchmarks<Signature extends Function = () => any>(
2020
count++;
2121
}
2222

23-
process.stdout.write('Warming up...');
24-
await bench.warmup();
2523
console.log('DONE');
2624
if (options.time) {
2725
process.stdout.write(

bun.lockb

-8.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)