mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
pcmark: do not clear on reset
The PCMark Work2.0 data-set is cleared and downloaded before each run. This operation is time-consuming and pollutes the benchmark instrumentation. Disabling clear_data_on_reset for the PCMark workload bypass this per-run download.
This commit is contained in:
parent
7489b487e1
commit
ff220dfb44
@ -38,12 +38,15 @@ class PcMark(ApkUiautoWorkload):
|
||||
1. Open PCMark application
|
||||
2. Swipe right to the Benchmarks screen
|
||||
3. Select the Work 2.0 benchmark
|
||||
4. Install the Work 2.0 benchmark
|
||||
4. If needed, install the Work 2.0 benchmark (requires an internet connection)
|
||||
5. Execute the Work 2.0 benchmark
|
||||
|
||||
Known working APK version: 2.0.3716
|
||||
'''
|
||||
|
||||
# Do not delete Work 2.0 data-set before each run
|
||||
clear_data_on_reset = False
|
||||
|
||||
def __init__(self, target, **kwargs):
|
||||
super(PcMark, self).__init__(target, **kwargs)
|
||||
self.gui.timeout = 1500
|
||||
|
Loading…
Reference in New Issue
Block a user