[DOCS] Adding some doc on the benchmarks + requirements file (#285)

This commit is contained in:
Benjamin Lefaudeux
2021-09-18 16:37:30 -07:00
committed by GitHub
parent 313d6488f6
commit bd855ac13d
2 changed files with 7 additions and 0 deletions

5
python/bench/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Run the benchmarks
Install the required dependencies via `pip install -r requirements-bench.txt` from the triton/python/bench folder.
Run the benchmarks through `python3 bench/run.py`, this will produce an HTML report in a results folder.

View File

@@ -0,0 +1,2 @@
pandas >= 1.3.3
matplotlib >= 3.4.3