From 8e0d1987878b39b2ba18a54f3328aa8aa7e12c27 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 10 Feb 2021 16:49:10 -0500 Subject: [PATCH] [CI] Continuous integration now publishes performance plots --- .ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index ace29495e..06d9c47fd 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -30,7 +30,7 @@ steps: source $(venv)/bin/activate pip install matplotlib pandas cd python/bench - python -m run + python -m run --with-plots - publish: python/bench/results artifact: Benchmarks