diff --git a/.github/workflows/pr_benchmark.yml b/.github/workflows/pr_benchmark.yml index f75019c17..e1b60598b 100644 --- a/.github/workflows/pr_benchmark.yml +++ b/.github/workflows/pr_benchmark.yml @@ -48,7 +48,8 @@ jobs: git remote add upstream https://github.com/glotaran/pyglotaran git fetch upstream pushd benchmark - asv run v0.4.0^..HEAD --machine gh_action + asv run v0.4.0^..v0.4.0 --machine gh_action + asv run HEAD^..HEAD --machine gh_action asv publish - name: Checkout benchmark result repo diff --git a/.github/workflows/pr_benchmark_reaction.yml b/.github/workflows/pr_benchmark_reaction.yml index 9f80dd229..eb51ba0f8 100644 --- a/.github/workflows/pr_benchmark_reaction.yml +++ b/.github/workflows/pr_benchmark_reaction.yml @@ -72,7 +72,6 @@ jobs: number: ${{ steps.bench_diff.outputs.pr_nr }} id: benchmark-comment message: ${{ steps.bench_diff.outputs.comment }} - recreate: true - name: Commit PR results env: