7f87b412bc
This commit adds a new graph type which is used to show run time variance for individual tests. It will get all the run times for each test and then generate a box and whiskers (gag) plot for this data. Change-Id: Ia44ea36486296fb0db705b1c55cd2338c204dc91
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
features:
|
|
- |
|
|
A new subunit2sql-graph type, `test_run_time`, is added. This will graph the
|
|
run time variance for the specified tests as box and wiskers plots.
|
|
- |
|
|
A new DB API function, get_run_times_all_test_runs(), was added. This will
|
|
return a all the individual durations for sucessful executions for tests.
|