diff --git a/.github/workflows/profile.yaml b/.github/workflows/profile.yaml index 0a3abe4a8d..0ded579442 100644 --- a/.github/workflows/profile.yaml +++ b/.github/workflows/profile.yaml @@ -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<> $GITHUB_OUTPUT cat benchmark_results.txt >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT