mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Tweak Repeat_Load to do two reload tests before grabbing baseline
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user