Skip to content

ipynb/wltests: sort energy plot by average instead of 99% percentile

Darryl Green requested to merge github/fork/qperret/wltest/sort-plot-avg into master

Created by: qperret

The energy plots should enable users to quickly see whether their new feature under test saved energy or not. Although defining "saving energy" can be tricky, looking at the average value is often a sensible option to do that, so let's use it by default.

Merge request reports