To run the benchmarks, it is better to build the project with "release" tag:
cargo build --releaseThen, you can run the benchmark with the following command:
# with the Fiat-Shamir transform:
BENCH_ROUNDS=10 BENCH_ATTRS=4,6,8,10,12 cargo run --release --bin benchmark
# with Fischlin transform
BENCH_ROUNDS=10 BENCH_ATTRS=4,6,8,10,12 IS_FISCHLIN=1 FISCHLIN_WORK_W=16 cargo run --release --bin benchmark