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.165719544], [5, 0.172076248], [10, 0.196425161], [15, 0.204524096], [20, 0.197553756], [25, 0.197002182], [30, 0.201310807], [35, 0.216406442], [40, 0.224524774], [45, 0.247349554], [50, 0.238599822], [75, 0.272708508], [100, 0.338416249], [125, 0.357245809], [150, 0.42174663], [175, 0.422667297], [200, 0.514442547]]
  9. }
  10. , {
  11. "name": "std::integer_sequence",
  12. "data": [[0, 0.152426431], [5, 0.16243787], [10, 0.201184857], [15, 0.18380441], [20, 0.193286142], [25, 0.183008373], [30, 0.203046993], [35, 0.193431938], [40, 0.199733382], [45, 0.218271578], [50, 0.233563982], [75, 0.260151806], [100, 0.309678778], [125, 0.370123712], [150, 0.449615703], [175, 0.477677108], [200, 0.534404023]]
  13. }
  14. , {
  15. "name": "fusion::vector",
  16. "data": [[0, 0.563382205], [5, 0.626632929], [10, 0.625495923], [15, 0.707710526], [20, 0.651976874], [25, 0.677509166], [30, 0.724498382], [35, 0.744006678], [40, 0.800695885], [45, 0.854191275]]
  17. }, {
  18. "name": "fusion::list",
  19. "data": [[0, 0.554580854], [5, 0.594604624], [10, 0.65770689], [15, 0.750075756], [20, 0.758596976], [25, 0.95066808], [30, 0.939874632], [35, 0.974042603], [40, 1.07556036], [45, 1.150271901]]
  20. }, {
  21. "name": "mpl::vector",
  22. "data": [[0, 0.179472912], [5, 0.184342265], [10, 0.199014046], [15, 0.20085787], [20, 0.214656617], [25, 0.210518879], [30, 0.233966685], [35, 0.247833528], [40, 0.272997271], [45, 0.314107835], [50, 0.2825982], [75, 0.363133348], [100, 0.487001981], [125, 0.487147991], [150, 0.589752128], [175, 0.679132071], [200, 0.817066796]]
  23. }
  24. ]
  25. }