Purge persistent cache for perf test runs (#67697)

This commit is contained in:
Yuqian Li 2020-10-08 19:17:02 -07:00 committed by GitHub
parent ffcf419136
commit 98d1ad0195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -746,6 +746,7 @@ class PerfTestWithSkSL extends PerfTest {
'run',
'--verbose',
'--verbose-system-logs',
'--purge-persistent-cache',
'--profile',
if (cacheSkSL) '--cache-sksl',
'-d', _device.deviceId,