aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2017-03-01 13:43:37 +0000
committerJulien Duraj <julien@duraj.fr>2017-03-02 17:44:00 +0100
commit0b161f75dc27c76451357e3414a4b29813fc64e4 (patch)
tree796e5868c8690b975e1340daa01822f14f071a5a /benchmarks
parent7b5e43ab58e891e879a56a29f045f9019e22ce2e (diff)
Refactor dump_options to utils.sh
Change-Id: Icb5833a4ad1902e3d6d0554fde476260cc98b41d
Diffstat (limited to 'benchmarks')
-rwxr-xr-xbenchmarks/benchmarks_run_target.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/benchmarks_run_target.sh b/benchmarks/benchmarks_run_target.sh
index 0a7493a..9153155 100755
--- a/benchmarks/benchmarks_run_target.sh
+++ b/benchmarks/benchmarks_run_target.sh
@@ -53,13 +53,6 @@ validate_options() {
fi
}
-dump_options() {
- log I "Running benchmarks with the following configuration:"
- for key in "${!options[@]}"; do
- log I "options[${key}] = ${options[${key}]}"
- done
-}
-
usage() {
log I "$0"
log I "This script should be used for running the benchmarks in an --android-root configuration."