|
|
| Line 51: |
Line 51: |
|
| |
|
| = Projects = | | = Projects = |
| | * [[/Raptor/]] |
| | * [[/Talos/]] |
| | * [[/WebPageTest/]] |
|
| |
|
| == Raptor == | | = Results = |
| Raptor is a Python testing framework used to run browser benchmark and browser page-load performance tests. Raptor is cross-browser compatible and is currently running in Mozilla taskcluster production on Firefox Desktop, Firefox Android, and on Google Chromium.
| | See our {{wip|[[/Results|results page]]}}. |
| | |
| * Owner: Rob Wood [:rwood]
| |
| * Source: https://searchfox.org/mozilla-central/source/testing/raptor
| |
| * Good first bugs: https://codetribute.mozilla.org/projects/automation?project%3DRaptor
| |
| * Documentation: https://wiki.mozilla.org/Performance_sheriffing/Raptor
| |
| | |
| == Talos ==
| |
| Talos is a Python performance testing framework that is usable on Windows, Mac and Linux. Talos is our versatile performance testing framework we use at Mozilla. It was created to serve as a test runner for the existing performance tests that Mozilla was running back in 2007 as well as providing an extensible framework for new tests as they were created.
| |
| | |
| * Owner: Rob Wood [:rwood], Joel Maher [:jmaher]
| |
| * Source: https://searchfox.org/mozilla-central/source/testing/talos
| |
| * Good first bugs: https://codetribute.mozilla.org/projects/automation?project%3DTalos
| |
| * Documentation: https://wiki.mozilla.org/Performance_sheriffing/Talos
| |
| | |
| == WebPageTest ==
| |
| * Owner: Stephen Donner [:stephend]
| |
| * Source: https://github.com/mozilla/wpt-api
| |
| * Good first bugs: https://github.com/mozilla/wpt-api/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
| |
| * Documentation: https://mozilla-wpt-api-docs.readthedocs.io/en/master/
| |
| | |
| == Perfherder ==
| |
| Perfherder is an interactive dashboard intended to allow monitoring and analysis of automated performance tests run against Mozilla products (currently Firefox and Firefox for Android).
| |
| Perfherder is part of the Treeherder project.
| |
| | |
| * Location: https://treeherder.mozilla.org/perf.html
| |
| * Owner: Ionuț Goldan [:igoldan]
| |
| * Source: https://github.com/mozilla/treeherder
| |
| * Good first bugs: https://codetribute.mozilla.org/projects/reporting?project%3DPerfherder
| |
| * User documentation: https://wiki.mozilla.org/EngineeringProductivity/Projects/Perfherder
| |
| * Developer documentation: https://treeherder.readthedocs.io/
| |
| | |
| = Dashboards =
| |
| | |
| == Firefox Are We Fast Yet Dashboard ==
| |
| Shows a variety of benchmarks, run on a variety of platforms. Meant to be a detailed view of performance.
| |
| | |
| * Location: https://arewefastyet.com
| |
| * Owner: Armen Zambrano Gasparnian [:armen]
| |
| * Source: https://github.com/mozilla-frontend-infra/firefox-performance-dashboard
| |
| | |
| == Firefox Health Dashboard ==
| |
| The health dashboard tracks metrics and statistics important for tracking performance improvements. Meant to be a high level view.
| |
| | |
| * Location: https://health.graphics/
| |
| * Owner: Armen Zambrano Gasparnian [:armen], Kyle Lahnakoski [:ekyle]
| |
| * Source: https://github.com/mozilla-frontend-infra/firefox-health-dashboard/
| |
| * Good first bugs: https://github.com/mozilla-frontend-infra/firefox-health-dashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
| |
|
| |
|
| = Resources = | | = Resources = |