An open API service indexing awesome lists of open source software.

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".

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".



Benchmark graph generated by Bxnch

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



Benchmark graph generated by Bxnch

```

Example:

```md



Benchmark graph generated by Bxnch

```

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



Benchmark graph generated by Bxnch

```md



Benchmark graph generated by Bxnch

```

### Change Graph Dimensions

Add `?width={width}&height={height}` to the image URL.



Benchmark graph generated by Bxnch

```md



Benchmark graph generated by Bxnch

```