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.154084179], [5, 0.179403463], [10, 0.198789799], [15, 0.215832758], [20, 0.235100472], [25, 0.255226727], [30, 0.275866101], [35, 0.297569793], [40, 0.319058113], [45, 0.339867091], [50, 0.366776808], [75, 0.489290599], [100, 0.634433377], [125, 0.783521125], [150, 0.952443641], [175, 1.13725267], [200, 1.34548808]]
  9. }
  10. , {
  11. "name": "mpl::vector ",
  12. "data": [[0, 0.184559386], [5, 0.216426075], [10, 0.268987422], [15, 0.3538844], [20, 0.466963433], [25, 0.613832015], [30, 0.793488483], [35, 1.01402081], [40, 1.263815646], [45, 1.561335639], [50, 1.875927136], [75, 4.267407032], [100, 7.742731327], [125, 12.588430095], [150, 19.340001324], [175, 27.328388786], [200, 37.718751101]]
  13. }
  14. ]
  15. }