Stop calculating amounts of overheads that don't have initial costs

This commit is contained in:
Piv
2023-03-11 23:46:37 +10:30
parent d88fbe707a
commit 8a6a94a11e
2 changed files with 48 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ enum Commands {
#[arg(short = 'f', long)]
show_from: bool,
#[arg(short, long, default_value = "0.1")]
#[arg(short, long, default_value = "0.000001")]
zero_threshold: f64,
#[arg(short, long, value_name = "FILE")]