SaltyAom / bun-http-framework-benchmark

Compare throughput benchmark from various Bun HTTP framework
349 stars 30 forks source link

More workload for the tests #36

Closed aquapi closed 9 months ago

aquapi commented 11 months ago

Can you set the number of requests to a high value like 2 millions and the number of connections to 5000? Or maybe set the request duration to around 30s on each test.

The JIT takes some time to compile and you should delay the process for around 10s for optimizations to work.