Remove model argument & update .gitignore

This commit is contained in:
2021-09-26 00:25:07 +02:00
parent 008982e9fa
commit d09ab98a46
3 changed files with 5 additions and 10 deletions

View File

@@ -42,4 +42,6 @@ python src/report.py -f results/results_STree_iMac27_2021-09-22_17:13:02.json -q
```python
# Do benchmark and print report
python src/benchmark.py
# Do benchmark, print report and build excel file with data
python src/benchmark.py -x 1
```