Skip to content

Commit

Permalink
change target
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Sep 12, 2024
1 parent 8e95e4a commit ca86773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ls -l ~/.julia/bin
mkdir results
benchpkg Metatheory \
--rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" \
--rev="${{github.event.pull_request.base.sha}},${{github.event.pull_request.head.sha}}" \
--url=${{ github.event.repository.clone_url }} \
--bench-on="${{github.event.pull_request.head.sha}}" \
--output-dir=results/ --tune
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Create markdown table from benchmarks
run: |
julia --project=egg-benchmark/scripts egg-benchmark/scripts/load_results.jl \
-b ${{github.event.pull_request.head.sha}} -b "${{github.event.repository.default_branch}}" \
-b ${{github.event.pull_request.head.sha}} -b "${{github.event.pull_request.base.sha}}" \
--mt-results=results/ \
--egg-results=egg-benchmark/target/criterion \
-o table.md
Expand Down

0 comments on commit ca86773

Please sign in to comment.