Skip to content

Commit b18d350

Browse files
committed
Remove mutex from ActiveUpstairs
1 parent a7b8cae commit b18d350

File tree

3 files changed

+231
-255
lines changed

3 files changed

+231
-255
lines changed

downstairs/src/dynamometer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub enum DynoFlushConfig {
88
None,
99
}
1010

11-
pub async fn dynamometer(
11+
pub fn dynamometer(
1212
mut region: Region,
1313
num_writes: usize,
1414
samples: usize,

0 commit comments

Comments
 (0)