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.000203], [20, 0.000359], [30, 0.00055], [40, 0.00078], [50, 0.000852], [60, 0.000963], [70, 0.001117], [80, 0.001291], [90, 0.001514], [100, 0.001695]]
  9. }
  10. , {
  11. "name": "std::array",
  12. "data": [[0, 0.0], [10, 0.000149], [20, 0.000426], [30, 0.000537], [40, 0.000724], [50, 0.000884], [60, 0.001282], [70, 0.001293], [80, 0.001316], [90, 0.001537], [100, 0.002365]]
  13. }
  14. , {
  15. "name": "std::vector",
  16. "data": [[0, 0.0], [10, 0.000207], [20, 0.000422], [30, 0.00066], [40, 0.001167], [50, 0.001415], [60, 0.001618], [70, 0.001881], [80, 0.002105], [90, 0.002281], [100, 0.002582]]
  17. }
  18. , {
  19. "name": "fusion::vector",
  20. "data": [[0, 0.0], [10, 0.000202], [20, 0.000434], [30, 0.000664], [40, 0.000886], [50, 0.001184]]
  21. }, {
  22. "name": "fusion::list",
  23. "data": [[0, 0.0], [10, 0.000207], [20, 0.000422], [30, 0.000662], [40, 0.00088], [50, 0.001087]]
  24. }
  25. ]
  26. }