0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/benchmarks/routers-deno/README.md

26 lines
694 B
Markdown
Raw Normal View History

# Router benchmarks
Benchmark of the most commonly used HTTP routers.
Tested routes:
- [find-my-way](https://github.com/delvedor/find-my-way)
- [koa-router](https://github.com/alexmingoia/koa-router)
- [koa-tree-router](https://github.com/steambap/koa-tree-router)
- [trek-router](https://www.npmjs.com/package/trek-router)
- [@medley/router](https://www.npmjs.com/package/@medley/router)
- [Hono RegExpRouter](https://github.com/honojs/hono)
- [Hono TrieRouter](https://github.com/honojs/hono)
For Deno:
```
deno run --allow-read --allow-run src/bench.mts
```
This project is heavily impaired by [delvedor/router-benchmark](https://github.com/delvedor/router-benchmark)
## License
MIT