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.000148], [20, 0.00033], [30, 0.000477], [40, 0.000684], [50, 0.000805], [60, 0.00097], [70, 0.001117], [80, 0.001293], [90, 0.001455], [100, 0.001641]]
  9. }
  10. , {
  11. "name": "std::array",
  12. "data": [[0, 0.0], [10, 0.000151], [20, 0.00031], [30, 0.000506], [40, 0.000649], [50, 0.000838], [60, 0.00101], [70, 0.001142], [80, 0.001316], [90, 0.00151], [100, 0.001675]]
  13. }
  14. , {
  15. "name": "std::vector",
  16. "data": [[0, 0.0], [10, 0.000148], [20, 0.000311], [30, 0.000488], [40, 0.000831], [50, 0.000934], [60, 0.001172], [70, 0.001264], [80, 0.002431], [90, 0.001582], [100, 0.001757]]
  17. }
  18. , {
  19. "name": "fusion::vector",
  20. "data": [[0, 0.0], [10, 0.000152], [20, 0.000309], [30, 0.000477], [40, 0.000643], [50, 0.000802]]
  21. }, {
  22. "name": "fusion::list",
  23. "data": [[0, 0.0], [10, 0.00015], [20, 0.000312], [30, 0.000477], [40, 0.000644], [50, 0.000806]]
  24. }
  25. ]
  26. }