fix: iso_dump example missing recovery arg
This commit is contained in:
@@ -42,7 +42,7 @@ fn main() {
|
|||||||
// Tiny yield between reads — test if pacing prevents firmware throttle
|
// Tiny yield between reads — test if pacing prevents firmware throttle
|
||||||
std::thread::yield_now();
|
std::thread::yield_now();
|
||||||
let t0 = Instant::now();
|
let t0 = Instant::now();
|
||||||
let ok = drive.read(lba, count, &mut buf[..n]).is_ok();
|
let ok = drive.read(lba, count, &mut buf[..n], true).is_ok();
|
||||||
let read_ms = t0.elapsed().as_millis();
|
let read_ms = t0.elapsed().as_millis();
|
||||||
|
|
||||||
// Flag slow reads
|
// Flag slow reads
|
||||||
|
|||||||
Reference in New Issue
Block a user