Commit 6f571f6d authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/increase-width-of-wmopsperop-graph' into 'main'

[CI] Fix wmops-per-op graph in complexity pages

See merge request !1906
parents 36ac91c1 b9c20513
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ hr {
}
#wmops_per_op-graph {
 height:500px;
 width:1600px;
 width:2400px;
 float:left;
}
#wmops-48kHz-graph {