diff --git a/compilers/concrete-compiler/compiler/Makefile b/compilers/concrete-compiler/compiler/Makefile index 30eb06900..fd1c38004 100644 --- a/compilers/concrete-compiler/compiler/Makefile +++ b/compilers/concrete-compiler/compiler/Makefile @@ -362,7 +362,14 @@ $(BENCHMARK_CPU_DIR)/end_to_end_round.yaml: tests/end_to_end_fixture/end_to_end_ $(BENCHMARK_CPU_DIR)/%.yaml: tests/end_to_end_fixture/%_gen.py $(Python3_EXECUTABLE) $< > $@ -generate-cpu-benchmarks: $(BENCHMARK_CPU_DIR) $(BENCHMARK_CPU_DIR)/end_to_end_linalg_apply_lookup_table.yaml $(BENCHMARK_CPU_DIR)/end_to_end_apply_lookup_table.yaml $(BENCHMARK_CPU_DIR)/end_to_end_round.yaml + +BENCHS_CPU = \ + $(BENCHMARK_CPU_DIR)/end_to_end_linalg_apply_lookup_table.yaml \ + $(BENCHMARK_CPU_DIR)/end_to_end_apply_lookup_table.yaml \ + $(BENCHMARK_CPU_DIR)/end_to_end_round.yaml \ + $(BENCHMARK_CPU_DIR)/end_to_end_linalg_leveled.yaml + +generate-cpu-benchmarks: $(BENCHMARK_CPU_DIR) $(BENCHS_CPU) SECURITY_TO_BENCH=128 OPTIMIZATION_STRATEGY_TO_TEST=dag-mono dag-multi