benchmark.find_if.compile.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "title": {
  3. "text": "Compile-time behavior of find_if"
  4. },
  5. "series": [
  6. {
  7. "name": "hana::tuple",
  8. "data": [[0, 0.13884359], [5, 0.142246445], [10, 0.148970706], [15, 0.155254254], [20, 0.159926098], [25, 0.166416271], [30, 0.16989794], [35, 0.174693359], [40, 0.179728784], [45, 0.186606581], [50, 0.19614443], [75, 0.227518633], [100, 0.257720382], [125, 0.287805452], [150, 0.32720717], [175, 0.366568266], [200, 0.412794113]]
  9. }
  10. , {
  11. "name": "std::integer_sequence",
  12. "data": [[0, 0.133670816], [5, 0.138267292], [10, 0.144039871], [15, 0.158436664], [20, 0.164068204], [25, 0.167692754], [30, 0.174944674], [35, 0.176557542], [40, 0.183788738], [45, 0.179309162], [50, 0.184689052], [75, 0.219179407], [100, 0.256220039], [125, 0.298515635], [150, 0.357949841], [175, 0.409871372], [200, 0.47207407]]
  13. }
  14. , {
  15. "name": "fusion::vector",
  16. "data": [[0, 0.455779767], [5, 0.475023715], [10, 0.500759344], [15, 0.527882923], [20, 0.552358083], [25, 0.571523105], [30, 0.586887965], [35, 0.603349279], [40, 0.629187493], [45, 0.649492565]]
  17. }, {
  18. "name": "fusion::list",
  19. "data": [[0, 0.449311774], [5, 0.485371895], [10, 0.529438877], [15, 0.581570369], [20, 0.620754465], [25, 0.657818949], [30, 0.717581371], [35, 0.758369095], [40, 0.805971184], [45, 0.851767897]]
  20. }, {
  21. "name": "mpl::vector",
  22. "data": [[0, 0.153961916], [5, 0.158454504], [10, 0.171077924], [15, 0.174326334], [20, 0.177363928], [25, 0.186690097], [30, 0.188555663], [35, 0.199913027], [40, 0.204694525], [45, 0.212979861], [50, 0.223942966], [75, 0.276772026], [100, 0.334861718], [125, 0.39812889], [150, 0.474184819], [175, 0.562253875], [200, 0.754553311]]
  23. }
  24. ]
  25. }