chore(bench): add 2 bits integer to full benchmarks

This is done to measure execution time on FheBool equivalent on all operations.
This commit is contained in:
David Testé
2025-08-18 15:33:41 +02:00
committed by David Testé
parent a77c66244c
commit 1647ec8f21

View File

@@ -316,7 +316,7 @@ pub fn write_to_json<
}
const FAST_BENCH_BIT_SIZES: [usize; 1] = [64];
const BENCH_BIT_SIZES: [usize; 7] = [8, 16, 32, 40, 64, 128, 256];
const BENCH_BIT_SIZES: [usize; 8] = [2, 8, 16, 32, 40, 64, 128, 256];
const HPU_BENCH_BIT_SIZES: [usize; 5] = [8, 16, 32, 64, 128];
const MULTI_BIT_CPU_SIZES: [usize; 5] = [8, 16, 32, 40, 64];