hyperfine_params = [
"--runs", "5",
"--warmup", "3",
"--style", "none",
]
[run.dd]
command = "dd if=Cargo.toml of=/tmp/Cargo.toml.dd"
[run.cp]
command = "cp Cargo.toml /tmp/Cargo.toml.cp"
[run.rsync]
command = "rsync -a Cargo.toml /tmp/Cargo.toml.rsync"