From 349555f6386c690fb4ea81e21c2587a6ae672039 Mon Sep 17 00:00:00 2001 From: Gabriel Levcovitz Date: Wed, 16 Oct 2024 13:39:05 -0300 Subject: [PATCH] fix(benchmark): fix benchmark CI after bencher update (#1157) --- .github/workflows/pr_benchmarks.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_benchmarks.yml b/.github/workflows/pr_benchmarks.yml index 3e9c3cb6d..a8d9e9dc0 100644 --- a/.github/workflows/pr_benchmarks.yml +++ b/.github/workflows/pr_benchmarks.yml @@ -58,8 +58,9 @@ jobs: --project hathor-core \ --token '${{ secrets.BENCHER_API_TOKEN }}' \ --branch '${{ github.head_ref }}' \ - --branch-start-point '${{ github.base_ref }}' \ - --branch-start-point-hash '${{ github.event.pull_request.base.sha }}' \ + --start-point '${{ github.base_ref }}' \ + --start-point-hash '${{ github.event.pull_request.base.sha }}' \ + --start-point-clone-thresholds \ --testbed ubuntu-22.04 \ --adapter shell_hyperfine \ --err \