We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34efd1f commit 6122002Copy full SHA for 6122002
benchmarks/src/cancellation.rs
@@ -97,7 +97,7 @@ impl RunOpt {
97
println!("Done loading data into in-memory object store");
98
99
let mut rundata = BenchmarkRun::new();
100
- rundata.start_new_case("Arglebargle");
+ rundata.start_new_case("Cancellation");
101
102
for i in 0..self.common.iterations {
103
let elapsed = run_test(self.wait_time, Arc::clone(&store))?;
0 commit comments