Skip to content

Commit ce23485

Browse files
author
Frankie Robertson
committed
Fix benchmark PR action
1 parent a679c7f commit ce23485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
- name: Create plots from benchmarks
4343
run: |
4444
mkdir -p plots
45-
benchpkgplot ${{ steps.extract-package-name.outputs.package_name }} --add 'StatsBase,FittedItemBanks,PsychometricsBazaarBase' --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --npart=10 --format=png --input-dir=results/ --output-dir=plots/
45+
benchpkgplot ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --npart=10 --format=png --input-dir=results/ --output-dir=plots/
4646
- name: Upload plot as artifact
4747
uses: actions/upload-artifact@v2
4848
with:
4949
name: plots
5050
path: plots
5151
- name: Create markdown table from benchmarks
5252
run: |
53-
benchpkgtable ${{ steps.extract-package-name.outputs.package_name }} --add 'StatsBase,FittedItemBanks,PsychometricsBazaarBase' --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --input-dir=results/ --ratio > table.md
53+
benchpkgtable ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --input-dir=results/ --ratio > table.md
5454
echo '### Benchmark Results' > body.md
5555
echo '' >> body.md
5656
echo '' >> body.md

0 commit comments

Comments
 (0)