Skip to content

Instantly share code, notes, and snippets.

@siv2r
Created November 6, 2021 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siv2r/9c4e1a929f84ef9ca3b070a578f4bd2a to your computer and use it in GitHub Desktop.
Save siv2r/9c4e1a929f84ef9ca3b070a578f4bd2a to your computer and use it in GitHub Desktop.
testing bench
$ ./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
$ ./bench verify
Benchmark , Min(us) , Avg(us) , Max(us)
ecdsa_verify , 142.0 , 143.0 , 145.0
./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