Skip to content

Commit 6122002

Browse files
committed
Replace placeholder with a more appropriate benchmark title
1 parent 34efd1f commit 6122002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/cancellation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl RunOpt {
9797
println!("Done loading data into in-memory object store");
9898

9999
let mut rundata = BenchmarkRun::new();
100-
rundata.start_new_case("Arglebargle");
100+
rundata.start_new_case("Cancellation");
101101

102102
for i in 0..self.common.iterations {
103103
let elapsed = run_test(self.wait_time, Arc::clone(&store))?;

0 commit comments

Comments
 (0)