Skip to content

Commit b2dc0cf

Browse files
committed
use main as reference branch
1 parent 4c759c0 commit b2dc0cf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/jsobmarks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
id: sanitize
4141
run: echo "REPONAME=${{ github.event.repository.name }}" | sed -e 's/\.jl$//' >> $GITHUB_OUTPUT
4242
- name: Run benchmarks
43-
# FIXME: we use a reference branch named jsobmarks to debug
44-
# FIXME: change reference branch to main when ready
45-
run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "origin/jsobmarks")'
43+
run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "main")'
4644
env:
4745
GITHUB_AUTH: ${{ secrets.GIST_TOKEN }}
4846
# - name: Post benchmark results in PR

0 commit comments

Comments
 (0)