Skip to content

Commit

Permalink
Fix missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDoctor committed Aug 12, 2024
1 parent d919b9a commit e60e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run PR benchmarks
id: benchmark
run: |
cargo bench --bench compile_demo_art_iai -- --baseline main > benchmark_results.txt
cargo bench --bench compile_demo_art --features=iai -- --baseline main > benchmark_results.txt
echo "BENCHMARK_OUTPUT<<EOF" >> $GITHUB_OUTPUT
cat benchmark_results.txt >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e60e946

Please sign in to comment.