Skip to content

Commit

Permalink
Target main
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed May 24, 2024
1 parent c822fb7 commit 165ef25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Continous Benchmarking"

on:
push:
branches: bencher_experiment
branches: main

jobs:
benchmark_base_branch:
Expand All @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 165ef25

Please sign in to comment.