chore: cargo fmt

This commit is contained in:
2026-05-14 14:41:37 -06:00
parent a0f5b9a660
commit 16e9f732b1
+1 -2
View File
@@ -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
);