Created
November 6, 2021 16:09
-
-
Save siv2r/9c4e1a929f84ef9ca3b070a578f4bd2a to your computer and use it in GitHub Desktop.
testing bench
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bench ecdsa | |
Benchmark , Min(us) , Avg(us) , Max(us) | |
ecdsa_verify , 142.0 , 144.0 , 147.0 | |
ecdsa_sign , 106.0 , 108.0 , 109.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bench verify | |
Benchmark , Min(us) , Avg(us) , Max(us) | |
ecdsa_verify , 142.0 , 143.0 , 145.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./bench | |
Benchmark , Min(us) , Avg(us) , Max(us) | |
ecdsa_verify , 142.0 , 143.0 , 143.0 | |
ecdsa_sign , 106.0 , 109.0 , 114.0 | |
schnorrsig_sign , 81.4 , 82.8 , 86.6 | |
schnorrsig_verify , 144.0 , 149.0 , 154.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment