Project Dory: Difference between revisions

m
Update results for network.predictor.preconnect-min-confidence
m (update test results for tiling prefs)
m (Update results for network.predictor.preconnect-min-confidence)
 
Line 56: Line 56:
| javascript.options.ion.threshold || https://gist.github.com/ddf16cb123c5296cf3ca4a69a2ba6cf8
| javascript.options.ion.threshold || https://gist.github.com/ddf16cb123c5296cf3ca4a69a2ba6cf8
|-
|-
| network.predictor.preconnect-min-confidence || https://gist.github.com/72dae79449b55d14e1e3a5dc67121a7f
| network.predictor.preconnect-min-confidence || https://gist.github.com/72dae79449b55d14e1e3a5dc67121a7f https://gist.github.com/624d8ba2e6aea7ab6b80dcff14b0f39c
|-
|-
| layout.display-list.retain || https://gist.github.com/cfafaa3b88f3e0ce55dc091e3ac5190d
| layout.display-list.retain || https://gist.github.com/cfafaa3b88f3e0ce55dc091e3ac5190d
Line 85: Line 85:
** network.buffer.cache.size for most test cases, the default (32768) performs similarly with a larger value (65536). The only test case that has noteworthy difference is 'test_firefox_gsheet_ail_clicktab_0', but the difference (~ 1 frame in mean, or 40 ms in median) may not be of interest compared to test case running time (> 900 ms).
** network.buffer.cache.size for most test cases, the default (32768) performs similarly with a larger value (65536). The only test case that has noteworthy difference is 'test_firefox_gsheet_ail_clicktab_0', but the difference (~ 1 frame in mean, or 40 ms in median) may not be of interest compared to test case running time (> 900 ms).
** network.http.spdy.chunk-size: there is no noteworthy performance difference in using non-default values.
** network.http.spdy.chunk-size: there is no noteworthy performance difference in using non-default values.
** network.predictor.preconnect-min-confidence: there is no noteworthy performance difference in using non-default values. The only exception is test case 'test_firefox_gsheet_ail_clicktab_0'. More tests against is is on the fly. Results to be updated.
** network.predictor.preconnect-min-confidence: there is no noteworthy performance difference in using non-default values. The only exception is test case 'test_firefox_gsheet_ail_clicktab_0'. Using different values seems to affect performance, but the change is not consistent: the results for using 70, 50 and 10 seem to show that smaller values have positive effect, but 20 and 30 don't exhibit this trend. Maybe this test case just has such highly variable results as to hide the effects.
** layout.display-list.retain: TBD
** layout.display-list.retain: TBD
** network.tcp.sendbuffer: for most test cases, there is no noteworthy performance difference in using non-default values. The only exception is 'test_firefox_gsheet_ail_clicktab_0', where 65536 performs better than the default.
** network.tcp.sendbuffer: for most test cases, there is no noteworthy performance difference in using non-default values. The only exception is 'test_firefox_gsheet_ail_clicktab_0', where 65536 performs better than the default.
Confirmed users
42

edits