commit | 246108fdf979eb4ed25f560021fdd0622645a960 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Jul 25 14:44:13 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed Jul 27 14:16:52 2022 +0000 |
tree | 7a5a5999c347dab53824d470ad33d61a085f756d | |
parent | b05832f4081b065d0cd38e5153662407e5b60513 [diff] [blame] |
benchmark:Measure virtio-blk read rate Bug: 236123069 Test: atest MicrodroidBenchmarks Change-Id: Ia46ea8d1b4425fa280171adcce7f82a76f1a329e
diff --git a/tests/benchmark/assets/vm_config.json b/tests/benchmark/assets/vm_config.json index 67e3d21..e8f43e0 100644 --- a/tests/benchmark/assets/vm_config.json +++ b/tests/benchmark/assets/vm_config.json
@@ -4,7 +4,10 @@ }, "task": { "type": "microdroid_launcher", - "command": "MicrodroidBenchmarkNativeLib.so" + "command": "MicrodroidBenchmarkNativeLib.so", + "args": [ + "no_io" + ] }, "export_tombstones": true }