Fastro
BlogDocsBenchmarks

Benchmarks


This is the final output of an internal benchmark run in github action on 5/31/2025, 5:56:36 AM. It consists of several simple applications for specific purpose. Each is then accessed by the OHA within 10s. The results are then sorted by the fastest.

You can find the benchmark script in this code: run.ts

Benchmark results

module rps % oha cmd
deno_mongo 408418 100% oha -j --no-tui -z 10s http://localhost:8000
deno_mysql 404876 99% oha -j --no-tui -z 10s http://localhost:8000
deno_redis 399781 98% oha -j --no-tui -z 10s http://localhost:8000
deno_postgres 397410 97% oha -j --no-tui -z 10s http://localhost:8000
deno 68977 17% oha -j --no-tui -z 10s http://localhost:8000
params_query 58614 14% oha -j --no-tui -z 10s http://localhost:8000/agus?title=lead
string_response 56961 14% oha -j --no-tui -z 10s http://localhost:8000
raw_string 55733 14% oha -j --no-tui -z 10s http://localhost:8000
group 53925 13% oha -j --no-tui -z 10s http://localhost:8000/api/user
ctx_string 53562 13% oha -j --no-tui -z 10s http://localhost:8000
ctx_jsx 52889 13% oha -j --no-tui -z 10s http://localhost:8000
ctx_json 50523 12% oha -j --no-tui -z 10s http://localhost:8000
server_rendering 48606 12% oha -j --no-tui -z 10s http://localhost:8000
deno_sqlite 47677 12% oha -j --no-tui -z 10s http://localhost:8000
app_middleware 38312 9% oha -j --no-tui -z 10s http://localhost:8000
raw_json 37372 9% oha -j --no-tui -z 10s http://localhost:8000
deno_kv 36792 9% oha -j --no-tui -z 10s http://localhost:8000/user?name=john
markdown_middleware 29778 7% oha -j --no-tui -z 10s http://localhost:8000/blog/hello
oauth 27453 7% oha -j --no-tui -z 10s http://localhost:8000
route_middleware 26903 7% oha -j --no-tui -z 10s http://localhost:8000
static_file_image 25164 6% oha -j --no-tui -z 10s http://localhost:8000/static/favicon.ico
static_file_string 24267 6% oha -j --no-tui -z 10s http://localhost:8000/static/tailwind.css
Collaborate with us