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.000152], [20, 0.000329], [30, 0.00057], [40, 0.000657], [50, 0.000814], [60, 0.001072], [70, 0.001184], [80, 0.001452], [90, 0.001467], [100, 0.001638]]
  9. }
  10. , {
  11. "name": "std::array",
  12. "data": [[0, 0.0], [10, 0.000209], [20, 0.000356], [30, 0.000646], [40, 0.000737], [50, 0.00091], [60, 0.001005], [70, 0.001163], [80, 0.001412], [90, 0.001719], [100, 0.001728]]
  13. }
  14. , {
  15. "name": "std::vector",
  16. "data": [[0, 0.0], [10, 0.000148], [20, 0.000329], [30, 0.000652], [40, 0.00078], [50, 0.001038], [60, 0.001098], [70, 0.001445], [80, 0.001537], [90, 0.001627], [100, 0.001821]]
  17. }
  18. , {
  19. "name": "fusion::vector",
  20. "data": [[0, 0.0], [10, 0.000155], [20, 0.000328], [30, 0.00047], [40, 0.00066], [50, 0.000816]]
  21. }, {
  22. "name": "fusion::list",
  23. "data": [[0, 0.0], [10, 0.000155], [20, 0.000326], [30, 0.000479], [40, 0.000664], [50, 0.000805]]
  24. }
  25. ]
  26. }