Confirmed users
372
edits
(Clarify some things about ts_paint) |
m (Add new perf-reftests to the talos test list) |
||
Line 1,169: | Line 1,169: | ||
===== Possible regression causes ===== | ===== Possible regression causes ===== | ||
* None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | |||
=== bloom_basic, bloom_basic_ref === | |||
* contact: :bholley, :rwood, :jmaher | |||
* source: [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/perf-reftest perf-reftest] | |||
* type: [https://wiki.mozilla.org/Buildbot/Talos#Page_Load_Tests PageLoader] | |||
* reporting: intervals in ms (lower is better) | |||
* data: each test loads 25 times | |||
* summarization: | |||
** subtest: [https://wiki.mozilla.org/Buildbot/Talos/Data#ignore_first ignore first] 5 data points, then take the [https://wiki.mozilla.org/Buildbot/Talos/Data#median median] of the remaining 20 data points; [https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/test.py#l734 source: test.py] | |||
** suite: identical to subtest | |||
Ensures that we correctly fast-reject ancestor selectors that clearly don't | |||
match any ancestor elements. If the bloom filter isn't working correctly, | |||
the 'test' page will take orders of magnitude longer. The 'ref' page will | |||
take somewhat longer, but not nearly as much. | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! Example data | |||
|- | |||
| <pre> | |||
/perf-reftest/bloom-basic.html;714.63;711.335;698.99;705.3;720.015;690.715;706.56;708.26;748.475; | |||
673.82;667.465;680.215;673.175;666.105;674.18;654.27;630.15;636.795;628.465;632.245;634.005; | |||
635.265;650.115;634.17;664.405 | |||
</pre> | |||
|} | |||
==== Possible regression causes ==== | |||
* None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. | * None listed yet. If you fix a regression for this test and have some tips to share, this is a good place for them. |