Don't override CPU count in CompOS benchmark
The benchmark should be as consistent as the production when possible. The deterministism doesn't really matter in the benchmark. Bug: 236799228 Test: TH Change-Id: Ie23da39b2e06f02612cca00037bcc4e8b67fdffe
This commit is contained in:
parent
c5c9a39c07
commit
45f97bacbd
|
@ -27,11 +27,6 @@
|
|||
<option name="force-root" value="true" />
|
||||
</target_preparer>
|
||||
|
||||
<target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
|
||||
<!-- Run in single thread to avoid nondeterministics. -->
|
||||
<option name="set-property" key="dalvik.vm.boot-dex2oat-threads" value="1" />
|
||||
</target_preparer>
|
||||
|
||||
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
|
||||
<option name="package" value="com.android.compos.benchmark" />
|
||||
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
|
||||
|
|
Loading…
Reference in New Issue