benchmark.reverse.nomove.json 497 B

1234567891011121314151617181920
  1. {
  2. "title": {
  3. "text": "Runtime performance of reverse on a normal container"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.0], [10, 0.000121], [20, 0.000224], [30, 0.000322], [40, 0.000499], [50, 0.000843], [60, 0.000759], [70, 0.002597], [80, 0.002892], [90, 0.003732], [100, 0.004269]]
  9. }
  10. , {
  11. "name": "fusion::vector",
  12. "data": [[0, 0.0], [10, 0.000102], [20, 0.00022], [30, 0.000343], [40, 0.000451], [50, 0.000592]]
  13. }
  14. ]
  15. }