Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tblauwe/bench_docs
Generate interactive charts from your benchmark results and incorporate them in your docs.
https://github.com/tblauwe/bench_docs
Last synced: 24 days ago
JSON representation
Generate interactive charts from your benchmark results and incorporate them in your docs.
- Host: GitHub
- URL: https://github.com/tblauwe/bench_docs
- Owner: TBlauwe
- Created: 2023-12-14T11:09:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-17T14:06:05.000Z (about 1 year ago)
- Last Synced: 2023-12-17T16:40:11.017Z (about 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BenchCharts
__BenchCharts__ generates charts and tables of your benchmarking results.
## Pre-requisites
1. Git must be installed.
## Maintainer
### Installation
```python
pip install --upgrade build
```### Development mode
```python
pip install -e .
```### Build
```python
python -m build
```