benchmark.sort.compile.json 867 B

1234567891011121314151617181920
  1. {
  2. "title": {
  3. "text": "Compile-time behavior of sort"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.176096192], [5, 0.202778191], [10, 0.222218175], [15, 0.241046807], [20, 0.259856776], [25, 0.281269866], [30, 0.308343752], [35, 0.321917769], [40, 0.345965691], [45, 0.373662552], [50, 0.390704299], [75, 0.527370869], [100, 0.677752581], [125, 0.830378013], [150, 1.010247225], [175, 1.215505628], [200, 1.418152161]]
  9. }
  10. , {
  11. "name": "mpl::vector ",
  12. "data": [[0, 0.204106373], [5, 0.233724468], [10, 0.293374031], [15, 0.402073937], [20, 0.522073181], [25, 0.676381553], [30, 0.866256462], [35, 1.099154752], [40, 1.371315575], [45, 1.693808033], [50, 2.080214838], [75, 4.617223729], [100, 8.379802782], [125, 13.803048419], [150, 20.747895077], [175, 28.60786642], [200, 39.598771511]]
  13. }
  14. ]
  15. }