Confirmed users
2,197
edits
m (s/old repo links/m-c links/) |
(Redirected page to TestEngineering/Performance/Talos/Data) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[TestEngineering/Performance/Talos/Data]] | |||
= Talos Data = | = Talos Data = | ||
Raw data is generated by Talos. We apply some filters to summarize and reduce the data, then we post it to a server: | Raw data is generated by Talos. We apply some filters to summarize and reduce the data, then we post it to a server: | ||
Line 59: | Line 61: | ||
=== v8_subtest === | === v8_subtest === | ||
* input: an array of v8_7 subtest data points | * input: an array of v8_7 subtest data points | ||
* returns: a single value representing the benchmark weighted score for the subtest | * returns: a single value representing the benchmark weighted score for the subtest (see [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/filter.py#l168 filter.py] for details) | ||
* source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/filter.py#l168 filter.py] | * source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/filter.py#l168 filter.py] | ||
* used in v8_7 for the subtests | * used in v8_7 for the subtests | ||
Line 83: | Line 85: | ||
=== Canvasmark_metric === | === Canvasmark_metric === | ||
This is the metric used to calculate the Canvasmark score from the subtest summarized results. Essentially it is a sum of the subtests. | This is the metric used to calculate the Canvasmark score from the subtest summarized results. Essentially it is a sum of the subtests. This is identical to the [https://wiki.mozilla.org/Buildbot/Talos/Data#js_metric js_metric] | ||
=== js_metric === | === js_metric === |