commit | 1232a40ddc73c43f6bef70272b1523d859544810 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Aug 31 11:16:20 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 31 11:16:20 2022 +0000 |
tree | 5c34801f9105a666277fbbfdc5763c9d49a0443d | |
parent | 8682f8cc994533f617fadd91b20e496022a7f285 [diff] | |
parent | 5df91be68a66563bb2a4cfb430b1747919d7e265 [diff] |
Merge "Use common prefix for benchmark names"
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 f236e47..5f52989 100644 --- a/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java +++ b/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java
@@ -112,7 +112,7 @@ assertThat(found).isTrue(); Bundle bundle = new Bundle(); - bundle.putInt("avf_perf/microdroid/minimum_required_memory", minimum); + bundle.putInt(METRIC_NAME_PREFIX + "minimum_required_memory", minimum); mInstrumentation.sendStatus(0, bundle); }