ip-v8 / rust-ipv8

Rust implementation of the IPv8 application.
https://ip-v8.github.io/rust-ipv8/ipv8
GNU Lesser General Public License v3.0
13 stars 2 forks source link

Benchmarks #31

Closed jdonszelmann closed 5 years ago

jdonszelmann commented 5 years ago

removed the for loops in the crypto tests and made a benchmark for the identical code (with the assertions). Benchmarks are slow but tell you timing and meanwhile verify the code hundreds of time while the test only verifies once so is therefore much faster now.