Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fastro/posts/benchmarks.md

Fast and simple web application framework for deno
Go to Latest
File

title: “Internal benchmarks” description: This is the final output of an internal benchmark run on a github action image: https://fastro.dev/static/image.png author: Yanu Widodo date: Jul 11, 2023

Benchmark script

This is the final output of an internal benchmark run on a github action. It consists of a simple application for a specific purpose. Each is then accessed by the OHA tool within 10 seconds. The results are then sorted by the fastest.

You can find the benchmarks script on this page: run.ts

Benchmark results

module rps %
deno 38599 100%
raw_string 34710 90%
string_response 33109 86%
ctx_string 32315 84%
raw_json 31838 82%
ctx_json 31659 82%
raw_jsx 28453 74%
ctx_jsx 28446 74%
middleware 9958 26%
static_file 7217 19%
ssr 6668 17%
params_query 5004 13%