Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / hana / benchmark / sort / compile.erb.json
1 <%
2   hana = [0, 1, 2, 5, 10, 20, 50, 100]
3 %>
4
5 {
6   "title": {
7     "text": "Compile-time behavior of sort"
8   },
9   "series": [
10     {
11       "name": "hana::tuple::sorted",
12       "data": <%= time_compilation('compile.hana.tuple.sorted.erb.cpp', hana) %>
13     },
14     {
15       "name": "hana::tuple::reversed",
16       "data": <%= time_compilation('compile.hana.tuple.reversed.erb.cpp', hana) %>
17     },
18     {
19       "name": "hana::tuple::rand",
20       "data": <%= time_compilation('compile.hana.tuple.rand.erb.cpp', hana) %>
21     },
22     {
23       "name": "hana::tuple::sorted_but_first",
24       "data": <%= time_compilation('compile.hana.tuple.sorted_but_first.erb.cpp', hana) %>
25     },
26     {
27       "name": "hana::tuple::sorted_but_last",
28       "data": <%= time_compilation('compile.hana.tuple.sorted_but_last.erb.cpp', hana) %>
29     }
30   ]
31 }