1. 05 Aug, 2020 1 commit
  2. 31 Jul, 2020 1 commit
  3. 28 Jul, 2020 1 commit
  4. 17 Jul, 2020 1 commit
  5. 11 Jul, 2020 1 commit
  6. 08 Jul, 2020 1 commit
  7. 05 Jul, 2020 1 commit
  8. 30 Jun, 2020 1 commit
  9. 27 Jun, 2020 1 commit
  10. 26 Jun, 2020 1 commit
  11. 24 Jun, 2020 1 commit
  12. 19 Jun, 2020 1 commit
  13. 08 Jun, 2020 1 commit
  14. 03 Jun, 2020 1 commit
  15. 31 May, 2020 1 commit
  16. 28 May, 2020 1 commit
  17. 14 May, 2020 2 commits
  18. 08 May, 2020 1 commit
  19. 23 Apr, 2020 1 commit
    • Yegor's avatar
      extract engine sub-metrics; change reported metrics (#55331) · 6f8945fc
      Yegor authored
      * extract engine sub-metrics; change reported metrics
      
      - Extract sub-metrics reported by the Web engine: "preroll_frame", "apply_frame".
      - Add a concept of unreported metrics: displayed on the benchmark UI, but not on the dashboard.
      - Make "sceneBuildDuration" and "windowRenderDuration" unreported, which are too fine-grained. They are included in "drawFrameDuration" already.
      - Report outlier ratio instead of outlier average. The ratio is more useful of the two.
      6f8945fc
  20. 21 Apr, 2020 1 commit
  21. 18 Apr, 2020 1 commit
  22. 16 Apr, 2020 2 commits
  23. 10 Apr, 2020 1 commit
  24. 08 Apr, 2020 2 commits
  25. 07 Apr, 2020 1 commit
  26. 06 Apr, 2020 1 commit
  27. 03 Apr, 2020 1 commit
  28. 01 Apr, 2020 1 commit
  29. 27 Mar, 2020 1 commit
  30. 25 Mar, 2020 1 commit
  31. 13 Mar, 2020 1 commit
  32. 11 Mar, 2020 1 commit
  33. 28 Feb, 2020 3 commits
  34. 25 Feb, 2020 1 commit
  35. 20 Feb, 2020 1 commit
    • Harry Terkelsen's avatar
      [Web] Add Material Card Infinite Scroll benchmark (#51005) · 29306b08
      Harry Terkelsen authored
      * [Web] Add Material Card Infinite Scroll benchmark
      
      Adds a benchmark that makes an infinite list of Material cards
      and scrolls it. This benchmark exercises more heavyweight rendering
      like shadows and clipping and paths.
      
      * Fix analyzer warnings. Respond to comments
      29306b08