From 30c0dc168be9679095c512534fed3f27fe62f0d9 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 8 Jan 2025 23:35:51 -0500 Subject: [PATCH] pandas_20250108 --- .github/workflows/run_asvs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_asvs.yaml b/.github/workflows/run_asvs.yaml index 3891c77d1b..d97b7ad21a 100644 --- a/.github/workflows/run_asvs.yaml +++ b/.github/workflows/run_asvs.yaml @@ -83,17 +83,18 @@ jobs: run: | cd asv_bench asv machine --machine=asvrunner --yes - asv run --machine=asvrunner --python=same --set-commit-hash=$(git rev-parse HEAD) + asv run --machine=asvrunner --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr - name: Publish ASV Benchmarks if: ${{ steps.new-commit.outputs.new_commit == 'yes' }} run: | + cd asv_bench asv publish - - name: Move files + - name: Move files to a fixed location if: ${{ steps.new-commit.outputs.new_commit == 'yes' }} run: | - # Move results to a fixed location + cd asv_bench cp results/benchmarks.json benchmarks.json cp results/asvrunner/$(git rev-parse --short=8 HEAD)*.json results.json