https://github.com/iuioiua/bxnch
Service that serves benchmark graphs from Deno benchmark JSON files. Pronounced "bench".
https://github.com/iuioiua/bxnch
benchmarks deno graph
Last synced: 18 days ago
JSON representation
Service that serves benchmark graphs from Deno benchmark JSON files. Pronounced "bench".
- Host: GitHub
- URL: https://github.com/iuioiua/bxnch
- Owner: iuioiua
- License: mit
- Created: 2023-04-21T01:46:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T04:29:58.000Z (3 months ago)
- Last Synced: 2025-04-30T09:10:03.103Z (18 days ago)
- Topics: benchmarks, deno, graph
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bxnch
Service that serves benchmark graphs from
[Deno benchmark JSON files](https://docs.deno.com/runtime/reference/cli/bench/#json-output).
Pronounced "bench".
## Usage
1. Generate your benchmark JSON file and save the output to a file.
```
deno bench --json > bench.json
```2. Push the changes, including the JSON file, to your GitHub repository.
3. Use your image in your README, pointing it to the location in your
repository.```md
```
Example:
```md
```
### Change Graph Color
Add `?color={color}` to the image URL. It is highly recommended to use `?dark`
on pages with dark backgrounds to improve visibility of the graph.
```md
```
### Change Graph Dimensions
Add `?width={width}&height={height}` to the image URL.
```md
```