mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
repeat: cleanup spurious eprintln
This commit is contained in:
parent
8a68714095
commit
cc477c50ed
@ -242,7 +242,6 @@ fn (mut context Context) show_diff_summary() {
|
||||
$if debugcontext ? {
|
||||
println('context: $context')
|
||||
}
|
||||
eprintln('base: $base | context.fail_on_maxtime: $context.fail_on_maxtime')
|
||||
if int(base) > context.fail_on_maxtime {
|
||||
print(performance_regression_label)
|
||||
println('average time: ${base:6.1f} ms > $context.fail_on_maxtime ms threshold.')
|
||||
|
Loading…
Reference in New Issue
Block a user