From 16e9f732b148dc6ce052e3a64a52042bc1ca50ed Mon Sep 17 00:00:00 2001 From: Stephen Waits Date: Thu, 14 May 2026 14:41:09 -0600 Subject: [PATCH] chore: cargo fmt --- benches/compare_profile.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benches/compare_profile.rs b/benches/compare_profile.rs index b1b4e13..bcb3bff 100644 --- a/benches/compare_profile.rs +++ b/benches/compare_profile.rs @@ -42,7 +42,6 @@ library_benchmark_group!( // (`Ir`) only, so callgrind's cache simulation is pure overhead here — // disabling it roughly halves each profiling run. main!( - config = LibraryBenchmarkConfig::default() - .tool(Callgrind::with_args(["--cache-sim=no"])), + config = LibraryBenchmarkConfig::default().tool(Callgrind::with_args(["--cache-sim=no"])), library_benchmark_groups = compare_group );