Update benchmark command to include features flag

This commit is contained in:
Palash Tyagi 2025-05-05 02:23:59 +01:00
parent 1ad25d7e0b
commit 9696cd47bd

View File

@ -34,7 +34,7 @@ jobs:
toolchain: stable
- name: Run benchmarks
run: cargo bench
run: cargo bench --features bench
- name: Upload benchmark reports
uses: actions/upload-artifact@v4