oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Add benchmarking #21

Closed MeBrei closed 5 years ago

MeBrei commented 5 years ago

The benchmarking can be run with cargo bench.

So far, 4 different aspects are benchmarked.

Screenshot 2019-08-13 at 14 35 04
adinapoli-mndc commented 5 years ago

Thanks @MeBrei , shaping up nicely! May I ask you the relation behind picking bencher to run the benchmarks? Maybe @xla or @cloudhead can help us here with some ecosystem discovery, but as far as I know there are 2 projects in the Rust ecosystem which might deserve some of our attention:

Have you explored any of these?

cloudhead commented 5 years ago

From what I know, criterion is the way to go.