Tweak Repeat_Load to do two reload tests before grabbing baseline

This commit is contained in:
baldurk
2020-11-10 13:18:31 +00:00
parent c0876f2573
commit bd5b79bd3a
+1 -1
View File
@@ -23,7 +23,7 @@ class Repeat_Load(rdtest.TestCase):
# We measure the baseline memory usage during the second peak to avoid any persistent caches etc that might
# not be full
if i == 1:
if i == 2:
memory_baseline = memory_usage
controller.Shutdown()