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:
Victor Hsieh 2022-10-24 09:34:00 -07:00
parent c5c9a39c07
commit 45f97bacbd
1 changed files with 0 additions and 5 deletions

View File

@ -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" />