diff --git a/build_tools/build/src/ci_gen.rs b/build_tools/build/src/ci_gen.rs index 1447fa78e3bd..2328030b56ff 100644 --- a/build_tools/build/src/ci_gen.rs +++ b/build_tools/build/src/ci_gen.rs @@ -832,12 +832,7 @@ pub fn extra_nightly_tests() -> Result { pub fn engine_benchmark() -> Result { let report_path = "engine/runtime-benchmarks/bench-report.xml"; - benchmark_workflow( - "Benchmark Engine", - "backend benchmark runtime", - report_path, - Some(4 * 60), - ) + benchmark_workflow("Benchmark Engine", "backend benchmark runtime", report_path, Some(4 * 60)) } pub fn std_libs_benchmark() -> Result {