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:
@@ -242,7 +242,6 @@ fn (mut context Context) show_diff_summary() {
|
|||||||
$if debugcontext ? {
|
$if debugcontext ? {
|
||||||
println('context: $context')
|
println('context: $context')
|
||||||
}
|
}
|
||||||
eprintln('base: $base | context.fail_on_maxtime: $context.fail_on_maxtime')
|
|
||||||
if int(base) > context.fail_on_maxtime {
|
if int(base) > context.fail_on_maxtime {
|
||||||
print(performance_regression_label)
|
print(performance_regression_label)
|
||||||
println('average time: ${base:6.1f} ms > $context.fail_on_maxtime ms threshold.')
|
println('average time: ${base:6.1f} ms > $context.fail_on_maxtime ms threshold.')
|
||||||
|
Reference in New Issue
Block a user