mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
ci: improve the alignment of the results of file size comparisons in compare_pr_to_master.v
This commit is contained in:
parent
019fc8e7c8
commit
2c7b42030a
2
.github/workflows/compare_pr_to_master.v
vendored
2
.github/workflows/compare_pr_to_master.v
vendored
@ -46,7 +46,7 @@ fn compare_size(fpath1 string, fpath2 string) {
|
||||
size1 := os.file_size(fpath1)
|
||||
size2 := os.file_size(fpath2)
|
||||
diff_ := i64(size2) - i64(size1)
|
||||
println('>>>>>> size("${fpath2:15}") - size("${fpath1:15}") = ${size2:10} - ${size1:10} = ${diff_:10}')
|
||||
println('>>>>>> size("${fpath2:17}") - size("${fpath1:17}") = ${size2:10} - ${size1:10} = ${diff_:10}')
|
||||
}
|
||||
|
||||
fn vcompare(vold string, vnew string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user