mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-22 11:43:03 +03:00
Modify doc comment
This commit is contained in:
parent
833529f733
commit
2d0cd4b53c
@ -26,7 +26,7 @@ use anyhow::{bail, Result};
|
||||
/// Threshold for warning about fast execution time
|
||||
pub const MIN_EXECUTION_TIME: Second = 5e-3;
|
||||
|
||||
/// Results from timing a single shell command
|
||||
/// Results from timing a single command
|
||||
#[derive(Debug, Default, Copy, Clone)]
|
||||
pub struct TimingResult {
|
||||
/// Wall clock time
|
||||
|
Loading…
Reference in New Issue
Block a user