Public Attributes
employee_example_opts_st_ Struct Reference

List of all members.

Public Attributes

uint32_t employee_cnt
uint32_t run_cnt
uint32_t seed
uint8_t verbosity
employee_dist_e last_name_dist
double zipf_alpha

Detailed Description

State for the current test execution.

Definition at line 114 of file employee_example.c.


Member Data Documentation

The number of employees in the DB

Definition at line 116 of file employee_example.c.

The distribution function to use for last names

Definition at line 124 of file employee_example.c.

The number of separate runs to do

Definition at line 118 of file employee_example.c.

The RNG seed for the first run

Definition at line 120 of file employee_example.c.

The verbosity level for the test

Definition at line 122 of file employee_example.c.

The alpha value to parameterize a Zipf distribution

Definition at line 126 of file employee_example.c.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines