aboutsummaryrefslogtreecommitdiff
path: root/android_bench_suite/README.md
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:56 +0000
commit656c7c0fa0d9b776c019f5423e01a9a28979d2bd (patch)
tree220a95d346d58fa5090d8033991bcfef2ad03d99 /android_bench_suite/README.md
parent091406baac88deeb2ef9c71d5047bd9daf3915ef (diff)
parentccead650bb8e050400f55dc44b60f989b1f8e117 (diff)
downloadtoolchain-utils-android10-android13-mainline-tzdata-release.tar.gz
Change-Id: I3464301d9b41d48e11dfd361a411d60a1bd5a429
Diffstat (limited to 'android_bench_suite/README.md')
-rw-r--r--android_bench_suite/README.md49
1 files changed, 0 insertions, 49 deletions
diff --git a/android_bench_suite/README.md b/android_bench_suite/README.md
deleted file mode 100644
index b539c7cd..00000000
--- a/android_bench_suite/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-# `android_bench_suite`
-
-This is a Android Toolchain benchmark suite.
-
-Where to find this suite:
-
-This suite locates at google3, please create a google3 branch first, then run:
-
-```
-$ cd experimental/users/zhizhouy/benchtoolchain
-```
-
-Copy this directory to the place you want to put it.
-
-To use this suite:
-1. Configure the basic envrionment in `env_setting` file.
-
-2. Run `./apply_patches.py`, which will:
-
- 1. Patch all the android benchmarks in the android tree.
- Benchmark Panorama does not exist in android tree, so perftests/
- gets copied into the top-level of android tree.
-
- 2. Apply patch autotest.diff to `android_root/external/autotest`, which
- includes all the test scripts for benchmarks. Copy testcases to
- related autotest directory.
-
- If you have applied the patch partially and hope to discard the
- patch, just run `discard_patches.py`
-
-3. Build and run benchmark on the device using ./run.py. You can either
- use test configuration file (-t `test_config`), or set all the variables
- manually.
-
-4. The raw results locate at `bench_result_*` in bench suite home
- directory.
-
-5. The JSON format result will be generated for crosperf report.
-
-Utility tools:
-
-1. Autotest is a test framework located in android exteranl/autotest
- Before first time running it, please run
- `utils/build_externals.py` first to ensure all the environments
- and tools needed are installed.
-
-2. Crosperf is a report generating tool in ChromeOS toolchain utilities.
- Please look for it in chromium source:
- `src/third_party/toolchain-utils/crosperf`.