mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-26 03:25:46 +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
|
/// Threshold for warning about fast execution time
|
||||||
pub const MIN_EXECUTION_TIME: Second = 5e-3;
|
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)]
|
#[derive(Debug, Default, Copy, Clone)]
|
||||||
pub struct TimingResult {
|
pub struct TimingResult {
|
||||||
/// Wall clock time
|
/// Wall clock time
|
||||||
|
Loading…
Reference in New Issue
Block a user