diff options
author | Elliott Hughes <enh@google.com> | 2019-04-23 11:49:13 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2019-04-23 11:49:13 -0700 |
commit | d655bc6dfadbb13e66baba3b988b4beb0aaa3f11 (patch) | |
tree | 93845955c0dd37ffddbb83d17059b6881767d660 /benchmarks | |
parent | 401e2efa39797c61e174b6e3f12e7b41d7511fc3 (diff) |
Update doc comment about running the benchmarks.
Test: N/A
Change-Id: Idf1f8c38aa90478b861358677e1d12b96809377d
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp index 06c0ba384..370e040ef 100644 --- a/benchmarks/Android.bp +++ b/benchmarks/Android.bp @@ -61,8 +61,8 @@ cc_defaults { } // Build benchmarks for the device (with bionic's .so). Run with: -// adb shell bionic-benchmarks32 -// adb shell bionic-benchmarks64 +// adb shell /data/benchmarktest/bionic-benchmarks/bionic-benchmarks +// adb shell /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks cc_benchmark { name: "bionic-benchmarks", defaults: ["bionic-benchmarks-defaults"], |