We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c509e commit e0092bbCopy full SHA for e0092bb
.github/workflows/jsobmarks.yml
@@ -40,7 +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
- run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "main")'
+ run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "jsobmarks")'
44
env:
45
GITHUB_AUTH: ${{ secrets.GIST_TOKEN }}
46
# - name: Post benchmark results in PR
0 commit comments