Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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