Commit d239e37b authored by Alexandre Poirot's avatar Alexandre Poirot
Browse files

Bug 1486374 - Increase profiler buffer entries to cover one full DAMP run. r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D4317

--HG--
extra : moz-landing-system : lando
parent a1f03332
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ class damp(PageloaderTest):
    tploadnocache = True
    tpmozafterpaint = False
    gecko_profile_interval = 10
    gecko_profile_entries = 1000000
    gecko_profile_entries = 2000000
    win_counters = w7_counters = linux_counters = mac_counters = None
    filters = filter.ignore_first.prepare(1) + filter.median.prepare()
    preferences = {'devtools.memory.enabled': True,