benchmark.transform.execute.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "title": {
  3. "text": "Runtime behavior of transform"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.0], [10, 0.00015], [20, 0.000321], [30, 0.000485], [40, 0.000632], [50, 0.000835], [60, 0.000975], [70, 0.001154], [80, 0.001346], [90, 0.001543], [100, 0.001707]]
  9. }
  10. , {
  11. "name": "std::array",
  12. "data": [[0, 0.0], [10, 0.000154], [20, 0.000387], [30, 0.000532], [40, 0.000651], [50, 0.000806], [60, 0.000979], [70, 0.001147], [80, 0.001322], [90, 0.001491], [100, 0.001646]]
  13. }
  14. , {
  15. "name": "std::vector",
  16. "data": [[0, 0.0], [10, 0.000154], [20, 0.000336], [30, 0.000536], [40, 0.000849], [50, 0.001043], [60, 0.001263], [70, 0.001493], [80, 0.001447], [90, 0.00165], [100, 0.001896]]
  17. }
  18. , {
  19. "name": "fusion::vector",
  20. "data": [[0, 0.0], [10, 0.000156], [20, 0.000323], [30, 0.000501], [40, 0.000663], [50, 0.000823]]
  21. }, {
  22. "name": "fusion::list",
  23. "data": [[0, 0.0], [10, 0.00015], [20, 0.00035], [30, 0.000494], [40, 0.000645], [50, 0.000804]]
  24. }
  25. ]
  26. }