benchmark.sort.compile.json 864 B

1234567891011121314151617181920
  1. {
  2. "title": {
  3. "text": "Compile-time behavior of sort"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.14746098], [5, 0.171002848], [10, 0.189869359], [15, 0.206057294], [20, 0.224904956], [25, 0.243996137], [30, 0.263790072], [35, 0.287027719], [40, 0.30517088], [45, 0.325458153], [50, 0.350967557], [75, 0.470893362], [100, 0.605895117], [125, 0.755375638], [150, 0.929214031], [175, 1.106011389], [200, 1.299206699]]
  9. }
  10. , {
  11. "name": "mpl::vector ",
  12. "data": [[0, 0.183546779], [5, 0.212420114], [10, 0.262229523], [15, 0.347385033], [20, 0.45689122], [25, 0.603844169], [30, 0.773977735], [35, 0.984559254], [40, 1.233051758], [45, 1.531472533], [50, 1.86496264], [75, 4.117828552], [100, 7.543563465], [125, 12.355103689], [150, 18.513625799], [175, 29.317565065], [200, 36.409184289]]
  13. }
  14. ]
  15. }