[CI] Continuous integration now publishes performance plots

This commit is contained in:
Philippe Tillet
2021-02-10 16:49:10 -05:00
parent d190285d89
commit 8e0d198787

View File

@@ -30,7 +30,7 @@ steps:
source $(venv)/bin/activate source $(venv)/bin/activate
pip install matplotlib pandas pip install matplotlib pandas
cd python/bench cd python/bench
python -m run python -m run --with-plots
- publish: python/bench/results - publish: python/bench/results
artifact: Benchmarks artifact: Benchmarks