mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: make fast.v results more robust to AWS spikes (increase samples, discard the top few)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user