subunit2sql/releasenotes/notes/add-graph-time-for-test-run-time-variance-6e61e0d9b4bb0cf9.yaml
Matthew Treinish 7f87b412bc
Add new graph time for variance of individual tests
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
2017-03-08 11:33:20 -05:00

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.