commit | be57287e15818f205d810db41a4b3b3b99ebdc03 | [log] [tgz] |
---|---|---|
author | Keir Fraser <keirf@google.com> | Wed Jun 26 09:02:28 2024 +0000 |
committer | Keir Fraser <keirf@google.com> | Wed Jun 26 09:02:28 2024 +0000 |
tree | 013125b38bed611ebb522eed2c2ff2e246e96fdf | |
parent | e613b720343229d3c2d21bf03eb779e93a062f68 [diff] |
tests: Stabilize vsock latency test Enable UClamp boost to stabilize test results for latency/vsock. Bug: 349523989 Test: atest MicrodroidBenchmarks Change-Id: I0668f86889494bc5035ae0e4dd40c1a0e9ad551c Signed-off-by: Keir Fraser <keirf@google.com>
diff --git a/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java b/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java index c33d3f5..b646ea1 100644 --- a/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java +++ b/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java
@@ -785,6 +785,7 @@ VirtualMachineConfig config = newVmConfigBuilderWithPayloadBinary("MicrodroidTestNativeLib.so") .setDebugLevel(DEBUG_LEVEL_NONE) + .setShouldBoostUclamp(true) .setShouldUseHugepages(true) .build();