0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/benchmarks/routers
Taku Amano 1a1de75296 feat: Introduce LinearRouter. (#1043)
* feat: Introduce LinearRouter.

* chore: Add benchmark script.

* chore: denoify
2023-04-28 12:10:20 +09:00
..
src feat: Introduce LinearRouter. (#1043) 2023-04-28 12:10:20 +09:00
package.json feat: Introduce LinearRouter. (#1043) 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
tsconfig.json chore: benchmark of routers (#843) 2023-01-29 14:10:47 +09:00
yarn.lock chore: benchmark of routers (#843) 2023-01-29 14:10:47 +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