X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=host%2Fperformance2wiki.rb;h=c1e3e2afd89b06a44e2600384046a78dece6735a;hp=29afa46194add6bec8de178038fb13649380e7f1;hb=402f8b98e8bd4ca12bbac8fe6ccd07e594015a63;hpb=206e5aa6d34ac3fb32bdf9e6affc153547e189d8 diff --git a/host/performance2wiki.rb b/host/performance2wiki.rb index 29afa46..c1e3e2a 100644 --- a/host/performance2wiki.rb +++ b/host/performance2wiki.rb @@ -57,7 +57,7 @@ def process_hashfunction(fin, name) m = lb.match(/ctx2hash \(cycles\):[\s]*([\d]*)/) convtime = m[1].to_i() - printf("| %20s || %3s || %3s || || %4d || %4d || %4d ||" + + printf("| %20s || %3s || %3s || || %4d || || %4d || %4d ||" + " %6d || %6d || %7.2f || %6d || || || \n|-\n" , name, $lang, $lang ,ctxsize, hashsize, blocksize, inittime, nextblocktime, nextblocktime.to_f/blocksize*8,