Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 4, 2025
1 parent fd757dc commit c36cfa5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build_tools/build/src/ci_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,12 +832,7 @@ pub fn extra_nightly_tests() -> Result<Workflow> {

pub fn engine_benchmark() -> Result<Workflow> {
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<Workflow> {
Expand Down

0 comments on commit c36cfa5

Please sign in to comment.