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: 11 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T00:30:21.000Z (about 1 year ago)
- Last Synced: 2025-06-25T23:04:11.303Z (12 months ago)
- Topics: benchmarks, deno, graph
- Language: TypeScript
- Homepage:
- Size: 38.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".
> [!IMPORTANT]
> This service has migrated from https://bxnch.deno.dev to
> https://bxnch.iuioiua.deno.net. Please update your URLs accordingly.

## 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

```