benchmark.count_if.execute.json 1.0 KB

12345678910111213141516171819
  1. {
  2. "title": {
  3. "text": "Runtime behavior of count_if"
  4. },
  5. "series": [
  6. {
  7. "name": "Homogeneous hana::tuple",
  8. "data": [[0, 1.4e-05], [2, 0.000131], [4, 0.000224], [6, 0.000314], [8, 0.000404], [10, 0.000545], [12, 0.000558], [14, 0.000796], [16, 0.000952], [18, 0.001081], [20, 0.001235], [22, 0.001232], [24, 0.001496], [26, 0.001639], [28, 0.001743], [30, 0.001824], [32, 0.001748], [34, 0.001771], [36, 0.002235], [38, 0.001977], [40, 0.001826], [42, 0.001938], [44, 0.001992], [46, 0.002055], [48, 0.003197], [50, 0.003412]]
  9. }
  10. , {
  11. "name": "Homogeneous fusion::vector",
  12. "data": [[0, 2.4e-05], [2, 0.000159], [4, 0.000311], [6, 0.000459], [8, 0.000582], [10, 0.000828], [12, 0.001061], [14, 0.001145], [16, 0.001386], [18, 0.001112], [20, 0.001742], [22, 0.001888], [24, 0.002119], [26, 0.002266], [28, 0.002478], [30, 0.002718], [32, 0.002934], [34, 0.003189], [36, 0.003445], [38, 0.003758], [40, 0.003968], [42, 0.004191], [44, 0.004447], [46, 0.0047], [48, 0.005018], [50, 0.005215]]
  13. }
  14. ]
  15. }