Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/cargobench-plot
https://github.com/hhatto/cargobench-plot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhatto/cargobench-plot
- Owner: hhatto
- Created: 2019-12-11T09:35:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T13:29:10.000Z (3 months ago)
- Last Synced: 2024-08-17T14:39:00.227Z (3 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cargobench-plot
`cargo bench` result plotting tool.
*This crate is highly under development.*
use [Vega-Lite V3 for Rust](https://crates.io/crates/vega_lite_3).
![sample of tera benchmark result](./samples/tera-bench.png)
## Installation
```
$ cargo install --git https://github.com/hhatto/cargobench-plot.git
```## Usage
```
$ cargo +nightly bench | cargobench-plot
```## License
Apache-2.0