Module dudect_bencher::ctbench

source ·

Structs

  • Represents a single benchmark to conduct
  • Just a static str representing the name of a function
  • Benchmarking options.
  • Used for timing single operations at a time

Enums

  • Specifies the distribution that a particular run belongs to

Functions

  • Runs the given benches under the given options and prints the output to the console

Type Aliases

  • A function that is to be benchmarked. This crate only supports statically-defined functions.
  • A random number generator implementing rand::SeedableRng. This is given to every benchmarking function to use as a source of randomness.