From 0b6cb3c9ae8eca8451d48e3e1ac4ffed58ec6e78 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Wed, 26 Nov 2025 21:54:31 -0800 Subject: [PATCH] chore: do not store benchmark result in PR --- .github/workflows/rust-benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust-benchmark.yml b/.github/workflows/rust-benchmark.yml index 522d01713a3..440a8377eb1 100644 --- a/.github/workflows/rust-benchmark.yml +++ b/.github/workflows/rust-benchmark.yml @@ -49,6 +49,7 @@ jobs: # TODO: a few benchmarks are failing. Re-enable everything once they are fixed. cargo bench --bench sq --bench hnsw --bench inverted --bench pq_dist_table --bench pq_assignment -- --output-format bencher | tee -a ../../output.txt - name: Store benchmark result + if: github.event_name != 'pull_request' uses: benchmark-action/github-action-benchmark@v1 with: name: Lance Rust Benchmarks