Entry point for the performance testing CLI program.
Functions
|
Run a multivariate performance test. |
Run a multivariate performance test.
candidates.py - Public functions are used as candidates.
test_data.py - Members whose name start with ‘case_’ are used as test case data.
Hint
Define an ALL-attribute to declare explicit members to use.
time_per_candidate – Time in seconds to allocate to each candidate function.
name – Name to use for artifacts produced. Also used as the figure title (stylized).
save_raw – If True, write raw performance data to disk.
ValueError – If candidates.py or test_data.py are missing or empty.