Fastro
BlogDocsBenchmarksSign in

Benchmarks


This is the final output of an internal benchmark run in github action on 3/30/2025, 2:38: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 77315 100% oha -j --no-tui -z 10s http://localhost:8000
string_response 61406 79% oha -j --no-tui -z 10s http://localhost:8000
raw_string 60687 78% oha -j --no-tui -z 10s http://localhost:8000
group 57787 75% oha -j --no-tui -z 10s http://localhost:8000/api/user
params_query 56285 73% oha -j --no-tui -z 10s http://localhost:8000/agus?title=lead
ctx_string 55041 71% oha -j --no-tui -z 10s http://localhost:8000
raw_json 42804 55% oha -j --no-tui -z 10s http://localhost:8000
ctx_json 40025 52% oha -j --no-tui -z 10s http://localhost:8000
app_middleware 37790 49% oha -j --no-tui -z 10s http://localhost:8000
store 37774 49% oha -j --no-tui -z 10s http://localhost:8000
deno_sqlite 34296 44% oha -j --no-tui -z 10s http://localhost:8000
deno_kv 23237 30% oha -j --no-tui -z 10s http://localhost:8000/user?name=john
ctx_jsx 20636 27% oha -j --no-tui -z 10s http://localhost:8000
deno_mongo 10962 14% oha -j --no-tui -z 10s http://localhost:8000
deno_redis 9487 12% oha -j --no-tui -z 10s http://localhost:8000
deno_mysql 8188 11% oha -j --no-tui -z 10s http://localhost:8000
deno_postgres 7649 10% oha -j --no-tui -z 10s http://localhost:8000
markdown_middleware 6182 8% oha -j --no-tui -z 10s http://localhost:8000/blog/hello
server_rendering 5413 7% oha -j --no-tui -z 10s http://localhost:8000
route_middleware 5288 7% oha -j --no-tui -z 10s http://localhost:8000
oauth 5108 7% oha -j --no-tui -z 10s http://localhost:8000
static_file_string 3767 5% oha -j --no-tui -z 10s http://localhost:8000/static/tailwind.css
static_file_image 3676 5% oha -j --no-tui -z 10s http://localhost:8000/static/favicon.ico
Collaborate with us