mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
add space to total result output in benchcompare script
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
39f551f44a
commit
7af0ed03d6
1 changed files with 2 additions and 2 deletions
|
@ -84,11 +84,11 @@ for ktag in katiemap:
|
|||
qtotal += iqvalue
|
||||
print(' %s%s: %d/%d (%s)' % (ktag, ' ' * tagalign, ikvalue, iqvalue, winner))
|
||||
|
||||
totalalign = (tagmax - 3)
|
||||
totalalign = (tagmax - 4)
|
||||
totalwinner = 'Katie'
|
||||
if ktotal > qtotal:
|
||||
totalwinner = 'Qt4'
|
||||
print('')
|
||||
print('*' * infomax)
|
||||
print('Total%s: %d/%d (%s)' % (' ' * totalalign, ktotal, qtotal, totalwinner))
|
||||
print(' Total%s: %d/%d (%s)' % (' ' * totalalign, ktotal, qtotal, totalwinner))
|
||||
print('*' * infomax)
|
||||
|
|
Loading…
Add table
Reference in a new issue