benchmark.reverse.nomove.json 493 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.0001], [20, 0.000179], [30, 0.000276], [40, 0.000363], [50, 0.000487], [60, 0.000593], [70, 0.001651], [80, 0.00174], [90, 0.002154], [100, 0.002347]]
  9. }
  10. , {
  11. "name": "fusion::vector",
  12. "data": [[0, 0.0], [10, 0.000105], [20, 0.000195], [30, 0.000266], [40, 0.00036], [50, 0.00052]]
  13. }
  14. ]
  15. }