Skip to content

Commit

Permalink
write iai results to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Dec 7, 2024
1 parent 0976140 commit 6bdeee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Run iai after criterion to ensure private solutions have been downloaded,
# since the iai version cannot be built without private inputs.
- name: Run iai
run: cargo bench iai --features iai-bench
run: cargo bench iai --features iai-bench >target/criterion/iai.txt
- name: Publish results
id: deployment
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6bdeee4

Please sign in to comment.