Add features flag to cargo bench command in benchmarks workflow

This commit is contained in:
Palash Tyagi 2025-05-04 02:15:43 +01:00
parent b4069fa18b
commit bd42e2b2c9

View File

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