Struct microbench::Options [] [src]

pub struct Options { /* fields omitted */ }

Benchmarking options.

Methods

impl Options
[src]

Sets the geometric growth factor for sample iterations.

Default: 1.01

Sets the maximum amount of time a benchmark will run for.

Default: Duration::new(5, 0)

Trait Implementations

impl Copy for Options
[src]

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Options
[src]

Formats the value using the given formatter.

impl Default for Options
[src]

Returns the "default value" for a type. Read more