We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c759c0 commit b2dc0cfCopy full SHA for b2dc0cf
1 file changed
.github/workflows/jsobmarks.yml
@@ -40,9 +40,7 @@ jobs:
40
id: sanitize
41
run: echo "REPONAME=${{ github.event.repository.name }}" | sed -e 's/\.jl$//' >> $GITHUB_OUTPUT
42
- 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")'
+ run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "main")'
46
env:
47
GITHUB_AUTH: ${{ secrets.GIST_TOKEN }}
48
# - name: Post benchmark results in PR
0 commit comments