mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: make fast.v results more robust to AWS spikes (increase samples, discard the top few)
This commit is contained in:
parent
38291fd292
commit
82dc9ca434
2 changed files with 110 additions and 68 deletions
|
@ -41,7 +41,7 @@ fn main() {
|
|||
continue
|
||||
}
|
||||
if res_pull.output.contains('Already up to date.') {
|
||||
if os.args[1] or { '' } == '-force-update' {
|
||||
if os.args.contains('-force-update') {
|
||||
elog('The repository was already updated, but -force-update was passed too.')
|
||||
} else {
|
||||
delay()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue