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.163805241], [5, 0.175574207], [10, 0.183065309], [15, 0.190625594], [20, 0.197447101], [25, 0.207184288], [30, 0.212145149], [35, 0.220100204], [40, 0.225722557], [45, 0.23940939], [50, 0.244467798], [75, 0.290041262], [100, 0.331488046], [125, 0.380939829], [150, 0.429280336], [175, 0.47627483], [200, 0.533341097]]
  9. }
  10. , {
  11. "name": "std::integer_sequence",
  12. "data": [[0, 0.160120057], [5, 0.173412673], [10, 0.176951379], [15, 0.180640007], [20, 0.183309544], [25, 0.184064541], [30, 0.184342497], [35, 0.187796579], [40, 0.193137221], [45, 0.195035921], [50, 0.196187097], [75, 0.212501761], [100, 0.225031868], [125, 0.241805301], [150, 0.258457522], [175, 0.277466858], [200, 0.292576939]]
  13. }
  14. , {
  15. "name": "fusion::vector",
  16. "data": [[0, 0.534605249], [5, 0.564638355], [10, 0.600082116], [15, 0.632266575], [20, 0.66891907], [25, 0.7006435], [30, 0.726538331], [35, 0.758331124], [40, 0.803773372], [45, 0.822968939]]
  17. }, {
  18. "name": "fusion::list",
  19. "data": [[0, 0.531278621], [5, 0.575210597], [10, 0.627980328], [15, 0.686717056], [20, 0.750977356], [25, 0.826377105], [30, 0.901093227], [35, 0.972505978], [40, 1.05617313], [45, 1.140951763]]
  20. }, {
  21. "name": "mpl::vector",
  22. "data": [[0, 0.163660955], [5, 0.172999123], [10, 0.180223382], [15, 0.18561056], [20, 0.193388967], [25, 0.202116805], [30, 0.213728019], [35, 0.222765442], [40, 0.23422875], [45, 0.245553521], [50, 0.255665665], [75, 0.312803118], [100, 0.378572364], [125, 0.459044818], [150, 0.540523748], [175, 0.625305211], [200, 0.736063428]]
  23. }
  24. ]
  25. }