summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-05 20:09:01 +0200
committerLars Wirzenius <liw@liw.fi>2021-12-05 20:09:01 +0200
commite9f7b3048f29596f5b5d40791e591e29e85ab5e7 (patch)
treeaf1257e674f720f66709720fb18bb444a5526509
parente48518c5f4c68fcb77f2e732a36a8d8f3445ee1c (diff)
downloadobnam-benchmark-e9f7b3048f29596f5b5d40791e591e29e85ab5e7.tar.gz
feat: put back dummy output so it looks something is happening
Sponsored-by: author
-rw-r--r--src/step.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/step.rs b/src/step.rs
index 9e3c8eb..9755f70 100644
--- a/src/step.rs
+++ b/src/step.rs
@@ -80,6 +80,7 @@ impl Step {
Self::Restore(x) => Some(restore(*x, current.as_ref().unwrap())?),
};
+ println!("{:?}", self);
let t = std::time::Duration::from_millis(10);
std::thread::sleep(t);