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.000136], [20, 0.000309], [30, 0.000481], [40, 0.000646], [50, 0.000819], [60, 0.000965], [70, 0.001155], [80, 0.00135], [90, 0.001489], [100, 0.001638]]
  9. }
  10. , {
  11. "name": "std::array",
  12. "data": [[0, 0.0], [10, 0.000136], [20, 0.000376], [30, 0.000502], [40, 0.000693], [50, 0.000849], [60, 0.000993], [70, 0.001319], [80, 0.001344], [90, 0.001545], [100, 0.00177]]
  13. }
  14. , {
  15. "name": "std::vector",
  16. "data": [[0, 0.0], [10, 0.000145], [20, 0.000326], [30, 0.000496], [40, 0.000668], [50, 0.000839], [60, 0.001011], [70, 0.001195], [80, 0.001355], [90, 0.001538], [100, 0.002582]]
  17. }
  18. , {
  19. "name": "fusion::vector",
  20. "data": [[0, 0.0], [10, 0.000162], [20, 0.000329], [30, 0.000514], [40, 0.000699], [50, 0.001014]]
  21. }, {
  22. "name": "fusion::list",
  23. "data": [[0, 0.0], [10, 0.000189], [20, 0.00042], [30, 0.000592], [40, 0.000693], [50, 0.001088]]
  24. }
  25. ]
  26. }