From 165ef250d478d6f9ab45dd047e964c05dcc469cc Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 24 May 2024 15:26:24 +0000 Subject: [PATCH] Target main --- .github/workflows/bencher.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bencher.yml b/.github/workflows/bencher.yml index bdaa7000811f..3a6411653b9f 100644 --- a/.github/workflows/bencher.yml +++ b/.github/workflows/bencher.yml @@ -2,7 +2,7 @@ name: "Continous Benchmarking" on: push: - branches: bencher_experiment + branches: main jobs: benchmark_base_branch: @@ -21,6 +21,8 @@ jobs: cd build cmake -GNinja -DCOMPILE_TARGET=virtual .. ninja + # Limited list of benchmarks for now, but should be extended to + # everything under a single label eventually ./tests.sh -VV -R pi_basic_virtual ./tests.sh -VV -R historical_query ./tests.sh -VV -R commit_latency @@ -31,7 +33,7 @@ jobs: bencher run \ --project ccf \ --token '${{ secrets.BENCHER_API_TOKEN }}' \ - --branch bencher_experiment \ + --branch main \ --testbed gha-virtual-ccf-sub \ --adapter json \ --err \