Revision 468d9eb273347c0b52a09464e6bd959cea34163d authored by Matthias J. Kannwischer on 29 May 2020, 06:11:03 UTC, committed by GitHub on 29 May 2020, 06:11:03 UTC
When doing the new benchmarks, I sometimes ran into the problem that the
speed benchmarks contained something like

keypair cycles:
6639120105
keypair cycles:
6639120105
sign cycles:
103762136231
verify cycles:
154024957

So for what ever reason, the board was reset after the first key gen was done.
Our parsing script didn't really handle this well as it was based on line
numbers. I made that more robust in this patch.

I also made it a bit more consistent across benchmarks.
1 parent 1f1ad36
History
File Mode Size
common
crypto_kem
crypto_sign
pqclean @ 6a0362c
.gitignore -rw-r--r-- 1.7 KB
.gitmodules -rw-r--r-- 98 bytes
mupq.py -rw-r--r-- 23.4 KB

back to top