Binary Benchmarks

You want to start benchmarking your crate's binary? Best start with the Quickstart section.

Setting up binary benchmarks is very similar to library benchmarks, and it's a good idea to have a look at the library benchmark section of this guide, too.

You may then come back to the binary benchmarks section and go through the differences

If you need more examples see here.