summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/hana/benchmark/reverse/nomove.erb.json
blob: b9d39bd85fd2e8d0e40eff67c2a860002084a599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%
  exec = (0..100).step(10).to_a
  fusion = (0..50).step(10).to_a
%>

{
  "title": {
    "text": "Runtime performance of reverse on a normal container"
  },
  "series": [
    {
      "name": "hana::tuple",
      "data": <%= time_execution('nomove.hana.tuple.erb.cpp', exec) %>
    }

    <% if cmake_bool("@Boost_FOUND@") %>
    , {
      "name": "fusion::vector",
      "data": <%= time_execution('nomove.fusion.vector.erb.cpp', fusion) %>
    }
    <% end %>
  ]
}