benchmark.sort.compile.json 863 B

1234567891011121314151617181920
  1. {
  2. "title": {
  3. "text": "Compile-time behavior of sort"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.146273283], [5, 0.171400687], [10, 0.186652446], [15, 0.204399473], [20, 0.223955808], [25, 0.241557037], [30, 0.265607256], [35, 0.281047272], [40, 0.299546704], [45, 0.325290435], [50, 0.343961893], [75, 0.469410038], [100, 0.601962635], [125, 0.75382106], [150, 0.908104588], [175, 1.092703751], [200, 1.291813186]]
  9. }
  10. , {
  11. "name": "mpl::vector ",
  12. "data": [[0, 0.167979943], [5, 0.197526969], [10, 0.251543486], [15, 0.339889296], [20, 0.457278804], [25, 0.594540892], [30, 0.785881953], [35, 0.990425357], [40, 1.24465057], [45, 1.544130863], [50, 1.87317449], [75, 4.251984735], [100, 7.696289079], [125, 12.585274118], [150, 18.569198288], [175, 26.123124505], [200, 36.1074398]]
  13. }
  14. ]
  15. }