Unverified Commit 98d1ad01 authored by Yuqian Li's avatar Yuqian Li Committed by GitHub

Purge persistent cache for perf test runs (#67697)

parent ffcf4191
...@@ -746,6 +746,7 @@ class PerfTestWithSkSL extends PerfTest { ...@@ -746,6 +746,7 @@ class PerfTestWithSkSL extends PerfTest {
'run', 'run',
'--verbose', '--verbose',
'--verbose-system-logs', '--verbose-system-logs',
'--purge-persistent-cache',
'--profile', '--profile',
if (cacheSkSL) '--cache-sksl', if (cacheSkSL) '--cache-sksl',
'-d', _device.deviceId, '-d', _device.deviceId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment