TestEngineering/Performance/Results: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
There are a variety of places where performance results are available, some of these can be queried directly, and others are dashboards built on top of those sources.


= ActiveData =
= ActiveData Query Tool =
[[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.
ActiveData is a collection of billions of records covering unit tests, jobs, performance data, and source code revision history. The intended use is for automated clients or for building dashboards, however the query tool can be used for exploration.


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.
* Location: https://activedata.allizom.org/tools/query.html
* Access: Public
* Audience: Engineers
* Documentation: [[EngineeringProductivity/Projects/ActiveData]]
* Source code: https://github.com/mozilla/activedata
* Issue tracker: https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=ActiveData
* Contact: Kyle Lahnakoski [ekyle]


== Examples ==
== Examples ==
Line 9: Line 16:
* [https://activedata.allizom.org/tools/query.html#query_id=rqnxuVpf Performance suites]
* [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]
* [https://activedata.allizom.org/tools/query.html#query_id=1dtPBeZR Performance suites running on Android hardware]
= ActiveData Recipes =
Due to the size and complexity of ActiveData, using it to answer everyday questions is not a straightforward task and the built-in query tool is often insufficient. ActiveData Recipes was created to provide an intuitive way to not only use ActiveData, but to save your queries for future use and share them with others.
* Location: https://adr-dev.herokuapp.com/
* Access: Public
* Audience: Engineers, Managers
* Documentation: https://active-data-recipes.readthedocs.io/
* Source code: https://github.com/mozilla/active-data-recipes
* Issue tracker: https://github.com/mozilla/active-data-recipes/issues
* Contact: Andrew Halberstadt [ahal]


= Ad-hoc results =
= Ad-hoc results =
Confirmed users
2,177

edits