Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
BenchmarkConfig Struct Reference

Public Attributes

size_t num_elements = 10000
 
bool run_slow_algorithms = false
 
bool test_arrays = true
 
bool test_lists = true
 
bool verbose = false
 
unsigned seed = 42
 

Detailed Description

Definition at line 204 of file sort_benchmark.C.

Member Data Documentation

◆ num_elements

size_t BenchmarkConfig::num_elements = 10000

◆ run_slow_algorithms

bool BenchmarkConfig::run_slow_algorithms = false

◆ seed

unsigned BenchmarkConfig::seed = 42

Definition at line 211 of file sort_benchmark.C.

Referenced by run_benchmarks().

◆ test_arrays

bool BenchmarkConfig::test_arrays = true

Definition at line 208 of file sort_benchmark.C.

Referenced by run_benchmarks().

◆ test_lists

bool BenchmarkConfig::test_lists = true

Definition at line 209 of file sort_benchmark.C.

Referenced by run_benchmarks().

◆ verbose

bool BenchmarkConfig::verbose = false

Definition at line 210 of file sort_benchmark.C.


The documentation for this struct was generated from the following file: