Fastro
BlogDocsBenchmarks

Benchmarks


This is the final output of an internal benchmark run in github action on 4/25/2025, 5:52:29 PM. 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 76499 100% oha -j --no-tui -z 10s http://localhost:8000
string_response 60774 79% oha -j --no-tui -z 10s http://localhost:8000
params_query 58220 76% oha -j --no-tui -z 10s http://localhost:8000/agus?title=lead
ctx_string 57300 75% oha -j --no-tui -z 10s http://localhost:8000
ctx_json 41517 54% oha -j --no-tui -z 10s http://localhost:8000
store 36707 48% oha -j --no-tui -z 10s http://localhost:8000
deno_sqlite 34914 46% oha -j --no-tui -z 10s http://localhost:8000
deno_kv 23511 31% oha -j --no-tui -z 10s http://localhost:8000/user?name=john
raw_string 21482 28% oha -j --no-tui -z 10s http://localhost:8000
raw_json 21071 28% oha -j --no-tui -z 10s http://localhost:8000
group 20735 27% oha -j --no-tui -z 10s http://localhost:8000/api/user
ctx_jsx 20484 27% oha -j --no-tui -z 10s http://localhost:8000
app_middleware 19823 26% oha -j --no-tui -z 10s http://localhost:8000
server_rendering 19477 25% oha -j --no-tui -z 10s http://localhost:8000
deno_mongo 11170 15% oha -j --no-tui -z 10s http://localhost:8000
deno_redis 9449 12% oha -j --no-tui -z 10s http://localhost:8000
deno_mysql 8616 11% oha -j --no-tui -z 10s http://localhost:8000
deno_postgres 7511 10% oha -j --no-tui -z 10s http://localhost:8000
markdown_middleware 6107 8% oha -j --no-tui -z 10s http://localhost:8000/blog/hello
oauth 5355 7% oha -j --no-tui -z 10s http://localhost:8000
route_middleware 5070 7% oha -j --no-tui -z 10s http://localhost:8000
static_file_string 3685 5% oha -j --no-tui -z 10s http://localhost:8000/static/tailwind.css
static_file_image 3681 5% oha -j --no-tui -z 10s http://localhost:8000/static/favicon.ico
Collaborate with us