pub(crate) fn main()
Expand description
What main()
does:
- Run all enabled benchmarks
- Record benchmark timings
- Print timing data
To add a new benchmark to be ran here:
- Copy + paste a
cfg_if
block - Change it to your benchmark’s feature flag
- Change it to your benchmark’s type