TestEngineering/Performance/Results: Difference between revisions
(Initial page structure) |
No edit summary |
||
| Line 1: | Line 1: | ||
= ActiveData = | = ActiveData = | ||
[[EngineeringProductivity/Projects/ActiveData|ActiveData]] is a collection of about records covering unit tests, jobs, performance data, and source code. This collection is publicly available, and can be queried directly. ActiveData is built on top of ElasticSearch, a fast, distributed, redundant document store. ActiveData provides the benefits of familiar and succinct SQL by translating SQL-like queries to ElasticSearch queries. | |||
The ActiveData service is intended for use by automated clients, not humans. The [http://activedata.allizom.org/tools/query.html query tool] is a minimal web page for humans to do some exploration, and to test phrasing queries. See the [https://github.com/mozilla/ActiveData/blob/dev/docs/GettingStarted.md getting started] page for an introduction. | |||
== Examples == | |||
* [https://activedata.allizom.org/tools/query.html#query_id=rqnxuVpf Performance frameworks] | |||
* [https://activedata.allizom.org/tools/query.html#query_id=rqnxuVpf Performance suites] | |||
* [https://activedata.allizom.org/tools/query.html#query_id=1dtPBeZR Performance suites running on Android hardware] | |||
= Ad-hoc results = | = Ad-hoc results = | ||
| Line 7: | Line 16: | ||
= Datadog = | = Datadog = | ||
https://app.datadoghq.com/ | |||
= Firefox Health = | = Firefox Health = | ||
health. | The health dashboard tracks metrics and statistics important for tracking performance improvements. | ||
= Perfherder = | = Perfherder = | ||
Perfherder is an interactive dashboard intended to allow monitoring and analysis of automated performance tests run against Mozilla products. Perfherder is part of the [[EngineeringProductivity/Projects/Treeherder|Treeherder]] project. | |||
= Redash = | = Redash = | ||
Revision as of 08:22, 7 August 2019
ActiveData
ActiveData is a collection of about records covering unit tests, jobs, performance data, and source code. This collection is publicly available, and can be queried directly. ActiveData is built on top of ElasticSearch, a fast, distributed, redundant document store. ActiveData provides the benefits of familiar and succinct SQL by translating SQL-like queries to ElasticSearch queries.
The ActiveData service is intended for use by automated clients, not humans. The query tool is a minimal web page for humans to do some exploration, and to test phrasing queries. See the getting started page for an introduction.
Examples
Ad-hoc results
Are We Fast Yet?
arewefastyet.com
Datadog
Firefox Health
The health dashboard tracks metrics and statistics important for tracking performance improvements.
Perfherder
Perfherder is an interactive dashboard intended to allow monitoring and analysis of automated performance tests run against Mozilla products. Perfherder is part of the Treeherder project.