diff --git a/compiler/tests/end_to_end_benchmarks/end_to_end_benchmark.cpp b/compiler/tests/end_to_end_benchmarks/end_to_end_benchmark.cpp index d2f5609ea..98e09b344 100644 --- a/compiler/tests/end_to_end_benchmarks/end_to_end_benchmark.cpp +++ b/compiler/tests/end_to_end_benchmarks/end_to_end_benchmark.cpp @@ -131,10 +131,11 @@ static int registerEndToEndTestFromFile(std::string prefix, std::string path, }; setCurrentStackLimit(stackSizeRequirement); mlir::concretelang::CompilationOptions defaul; + defaul.loopParallelize = true; + registe("default", defaul); // Run only parallelized benchmarks to take advantage of hardware with lots of // CPU cores. - defaul.loopParallelize = true; // mlir::concretelang::CompilationOptions loop; // loop.loopParallelize = true; // registe("loop", loop);