All checks were successful
Run Check Script / check (pull_request) Successful in 1m3s
11 lines
216 B
Markdown
11 lines
216 B
Markdown
This project was generated mostly by Gemini but it works so... :)
|
|
|
|
## To run iobench dashboard
|
|
|
|
```bash
|
|
virtualenv venv
|
|
source venv/bin/activate
|
|
pip install -r requirements_freeze.txt
|
|
python iobench-dash-v4.py
|
|
```
|