0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/benchmarks/routers
2023-09-17 09:08:59 +09:00
..
src chore(benchmark): add memoirist router (#1474) 2023-09-17 09:08:59 +09:00
package.json chore(benchmark): add memoirist router (#1474) 2023-09-17 09:08:59 +09:00
README.md
tsconfig.json
yarn.lock chore(benchmark): add radix3 (#1167) 2023-06-06 14:16:26 +09:00

Router benchmarks

Benchmark of the most commonly used HTTP routers.

Tested routes:

For Node.js:

yarn bench:node

For Bun:

yarn bench:bun

This project is heavily impaired by delvedor/router-benchmark

License

MIT