RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

Improve benchmarks #33

Closed newpavlov closed 5 months ago

newpavlov commented 3 years ago

Right now we use single-element slices in benchmarks, it could be worth to use something like [Block; 1024] instead.

Also we do not test that benchmark can be built in CI, which has caused a regression in #30, fixed later in #31.