benchmark.transform.execute.json 1.1 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.000152], [20, 0.000309], [30, 0.000475], [40, 0.000682], [50, 0.000799], [60, 0.000961], [70, 0.001114], [80, 0.001292], [90, 0.001445], [100, 0.001611]]
  9. }
  10. , {
  11. "name": "std::array",
  12. "data": [[0, 0.0], [10, 0.000149], [20, 0.00031], [30, 0.000476], [40, 0.000647], [50, 0.000826], [60, 0.000987], [70, 0.001137], [80, 0.001313], [90, 0.001469], [100, 0.001633]]
  13. }
  14. , {
  15. "name": "std::vector",
  16. "data": [[0, 0.0], [10, 0.000148], [20, 0.000309], [30, 0.000476], [40, 0.000771], [50, 0.000949], [60, 0.001119], [70, 0.001275], [80, 0.001454], [90, 0.001587], [100, 0.001743]]
  17. }
  18. , {
  19. "name": "fusion::vector",
  20. "data": [[0, 0.0], [10, 0.000152], [20, 0.000321], [30, 0.000479], [40, 0.000642], [50, 0.000799]]
  21. }, {
  22. "name": "fusion::list",
  23. "data": [[0, 0.0], [10, 0.000152], [20, 0.00031], [30, 0.000475], [40, 0.000638], [50, 0.000851]]
  24. }
  25. ]
  26. }