diff --git a/ci/complexity_measurements/genWebpageData.py b/ci/complexity_measurements/genWebpageData.py index 77ae645b0af09c9c83ee53c9fa5341026e421daa..89247620e377c9ea46de2489bc8a0390ea2451f1 100644 --- a/ci/complexity_measurements/genWebpageData.py +++ b/ci/complexity_measurements/genWebpageData.py @@ -425,7 +425,7 @@ def create_display_strings( displays.append(display) - if which == "wmops_per_op": + if which == "wmops_per_op" and has_comparison: # flot.js' "stack: true" depends on the order of data arrays # reorder here instead of reworking above loop displays_encs = displays[0].split(", \n") diff --git a/ci/complexity_measurements/style.css b/ci/complexity_measurements/style.css index 764ed0d94ff13958cbb612872e9bd9054e193387..ebce0e7677508a9642268368296a526021301688 100755 --- a/ci/complexity_measurements/style.css +++ b/ci/complexity_measurements/style.css @@ -53,7 +53,7 @@ hr { } #wmops_per_op-graph { height:500px; - width:1600px; + width:2400px; float:left; } #wmops-48kHz-graph {