benchmark.sort.compile.json 1.1 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "title": {
  3. "text": "Compile-time behavior of sort"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple::sorted",
  8. "data": [[0, 0.143007537], [1, 0.157511228], [2, 0.151613835], [5, 0.161302836], [10, 0.183457142], [20, 0.219298932], [50, 0.381685025], [100, 0.822127477]]
  9. },
  10. {
  11. "name": "hana::tuple::reversed",
  12. "data": [[0, 0.145471087], [1, 0.147490038], [2, 0.162928103], [5, 0.16957532], [10, 0.18143954], [20, 0.235858223], [50, 0.426346255], [100, 0.86917032]]
  13. },
  14. {
  15. "name": "hana::tuple::rand",
  16. "data": [[0, 0.148725349], [1, 0.146661467], [2, 0.152171198], [5, 0.171030473], [10, 0.188067828], [20, 0.247937576], [50, 0.470968512], [100, 1.061929249]]
  17. },
  18. {
  19. "name": "hana::tuple::sorted_but_first",
  20. "data": [[0, 0.15231439], [1, 0.15630027], [2, 0.160546782], [5, 0.169812095], [10, 0.193980241], [20, 0.239724286], [50, 0.451154905], [100, 0.938903651]]
  21. },
  22. {
  23. "name": "hana::tuple::sorted_but_last",
  24. "data": [[0, 0.146373582], [1, 0.15499226], [2, 0.158391268], [5, 0.167541863], [10, 0.187188163], [20, 0.229426567], [50, 0.408245902], [100, 0.852563084]]
  25. }
  26. ]
  27. }