summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/hana/benchmark/sort/compile.erb.json
blob: 1a13543bc130a430cdb49ba12c1695de85aa8e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<%
  hana = [0, 1, 2, 5, 10, 20, 50, 100]
%>

{
  "title": {
    "text": "Compile-time behavior of sort"
  },
  "series": [
    {
      "name": "hana::tuple::sorted",
      "data": <%= time_compilation('compile.hana.tuple.sorted.erb.cpp', hana) %>
    },
    {
      "name": "hana::tuple::reversed",
      "data": <%= time_compilation('compile.hana.tuple.reversed.erb.cpp', hana) %>
    },
    {
      "name": "hana::tuple::rand",
      "data": <%= time_compilation('compile.hana.tuple.rand.erb.cpp', hana) %>
    },
    {
      "name": "hana::tuple::sorted_but_first",
      "data": <%= time_compilation('compile.hana.tuple.sorted_but_first.erb.cpp', hana) %>
    },
    {
      "name": "hana::tuple::sorted_but_last",
      "data": <%= time_compilation('compile.hana.tuple.sorted_but_last.erb.cpp', hana) %>
    }
  ]
}