aboutsummaryrefslogtreecommitdiff
path: root/templates/benchmarks.styles
blob: a6242e94400926209b508b21142c758b36e372a8 (plain)
1
2
3
4
5
6
7
8
9
styles:
  benchmark-table:
    colWidths: ["6.0cm", "1.7cm", "6.0cm"]
    parent: table
    commands: []
        [ "BOX", [ 0, 0 ], [ -1, -1 ], 0.5, "black" ]
        [ "INNERGRID", [ 0, 0 ], [ -1, -1 ], 0.25, "black" ]
{% for row in benchmarkrows %}        [ "BACKGROUND" , [ 1, {{ row.row }} ], [ 1, {{ row.row }} ], "{{ row.colour }}" ]
{% endfor %}