diff --git a/.github/workflows/asv.yml b/.github/workflows/asv.yml index f1941d82df..ec75cb81cc 100644 --- a/.github/workflows/asv.yml +++ b/.github/workflows/asv.yml @@ -58,7 +58,7 @@ jobs: - name: Run benchmarks run: | - asv run -v --strict --show-stderr --config benchmarks/regression/asv.conf.json --cpu-affinity 0-7 --machine i7-6700K + asv run -v --show-stderr --config benchmarks/regression/asv.conf.json --cpu-affinity 0-7 --machine i7-6700K - name: Checkout asv-results branch uses: actions/checkout@v3