0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/benchmarks/routers-deno
2024-05-26 04:41:48 +09:00
..
.vscode feat: introduce PatternRouter and hono/tiny (#1036) 2023-04-28 12:10:20 +09:00
src chore(deno): change path including deno_dist (#2788) 2024-05-26 04:41:48 +09:00
deno.json feat: introduce PatternRouter and hono/tiny (#1036) 2023-04-28 12:10:20 +09:00
deno.lock feat: introduce PatternRouter and hono/tiny (#1036) 2023-04-28 12:10:20 +09:00
README.md feat: introduce PatternRouter and hono/tiny (#1036) 2023-04-28 12:10:20 +09:00

Router benchmarks

Benchmark of the most commonly used HTTP routers.

Tested routes:

For Deno:

deno run --allow-read --allow-run src/bench.mts

This project is heavily impaired by delvedor/router-benchmark

License

MIT