SaltyAom / bun-http-framework-benchmark

Compare throughput benchmark from various Bun HTTP framework
413 stars 36 forks source link

uWS.DeclarativeResponse is an option #74

Closed uNetworkingAB closed 4 months ago

uNetworkingAB commented 4 months ago

This variant: https://github.com/uNetworking/uWebSockets.js/blob/master/examples/Benchmarker.cjs

should be about 2x the perf. for the first 2 tests. You could possibly add another test case called "uws with declarative response" or such. Would be interesting to see what results you get from that. I get about 2x.

Requires latest version.

SaltyAom commented 4 months ago

Update with 9cc1f98, thanks for your contribution