https://github.com/aquapi/routers
JavaScript routers benchmark
https://github.com/aquapi/routers
Last synced: 13 days ago
JSON representation
JavaScript routers benchmark
- Host: GitHub
- URL: https://github.com/aquapi/routers
- Owner: aquapi
- Created: 2023-12-29T07:23:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T17:06:06.000Z (over 2 years ago)
- Last Synced: 2025-03-03T15:14:52.182Z (over 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark
This is the benchmark for JavaScript routers.
You need [Bun](//bun.sh) to run this benchmark.
# Usage
To install dependencies:
```bash
bun i
```
To run:
```bash
bun bench
```