I've been using this locally to find errors without running tests, and now that we're using autopep8, it passes with minimal suppressions. This is also what turned up the issues with the tutorials, which were fixed in #422.
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.