benchmark.find_if.compile.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "title": {
  3. "text": "Compile-time behavior of find_if"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.169174983], [5, 0.174721757], [10, 0.183715167], [15, 0.191275444], [20, 0.196347175], [25, 0.205434406], [30, 0.214458193], [35, 0.220641207], [40, 0.227782457], [45, 0.233296236], [50, 0.244451783], [75, 0.280509144], [100, 0.32538555], [125, 0.365632022], [150, 0.418636077], [175, 0.460331732], [200, 0.520842262]]
  9. }
  10. , {
  11. "name": "std::integer_sequence",
  12. "data": [[0, 0.170934121], [5, 0.187951978], [10, 0.188025329], [15, 0.231844125], [20, 0.192549736], [25, 0.194904678], [30, 0.195792415], [35, 0.199294973], [40, 0.197022817], [45, 0.208546986], [50, 0.31116993], [75, 0.221550246], [100, 0.237079648], [125, 0.255031606], [150, 0.28091711], [175, 0.289251478], [200, 0.310901391]]
  13. }
  14. , {
  15. "name": "fusion::vector",
  16. "data": [[0, 0.568434736], [5, 0.591486141], [10, 0.608313907], [15, 0.635417561], [20, 0.651040566], [25, 0.684079773], [30, 0.717413175], [35, 0.734212945], [40, 0.770661678], [45, 0.788281322]]
  17. }, {
  18. "name": "fusion::list",
  19. "data": [[0, 0.554260943], [5, 0.607118779], [10, 0.716814893], [15, 0.683201532], [20, 0.720610766], [25, 0.79282852], [30, 0.8479479], [35, 0.903481868], [40, 0.95269247], [45, 1.021498481]]
  20. }, {
  21. "name": "mpl::vector",
  22. "data": [[0, 0.170778032], [5, 0.176210281], [10, 0.179995181], [15, 0.189789401], [20, 0.195019926], [25, 0.205568078], [30, 0.213343408], [35, 0.224727049], [40, 0.235796135], [45, 0.244916713], [50, 0.256187759], [75, 0.317813064], [100, 0.378137427], [125, 0.458854065], [150, 0.540745784], [175, 0.638071844], [200, 0.733525375]]
  23. }
  24. ]
  25. }