aboutsummaryrefslogtreecommitdiff
path: root/linaro-art
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2018-06-22 17:37:25 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-06-23 02:05:28 +0000
commitfafb316378da80a3b637e730697ad44e95cddc69 (patch)
tree803b696642f915fbbe2358d946fc0dc36006034c /linaro-art
parent1e98e8e3a449eecc96afc28a769447d6a903be36 (diff)
ART: Add boot.oat in microbenchmarks archive for codesize measurements
Change-Id: I8cbbc8eab3c7a1d3aef69cf6c40fafb9393fdcc6
Diffstat (limited to 'linaro-art')
-rw-r--r--linaro-art/microbenchmarks/builders.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/linaro-art/microbenchmarks/builders.sh b/linaro-art/microbenchmarks/builders.sh
index 620a181bcc..eeaeb136bb 100644
--- a/linaro-art/microbenchmarks/builders.sh
+++ b/linaro-art/microbenchmarks/builders.sh
@@ -20,8 +20,12 @@ alias python=python3
perl scripts/jenkins/test_launcher.pl \
scripts/benchmarks/benchmarks_run_target.sh --skip-run true
-tar -cJf test-arm-fs.txz out/host/linux-x86/bin/ out/host/linux-x86/framework/ out/target/product/arm_krait/data/ out/target/product/arm_krait/system/
-tar -cJf test-armv8-fs.txz out/host/linux-x86/bin/ out/host/linux-x86/framework/ out/target/product/armv8/data/ out/target/product/armv8/system/
+readonly out_krait=out/target/product/arm_krait
+readonly out_armv8=out/target/product/armv8
+readonly out_host=out/host/linux-x86
+
+tar -cJf test-arm-fs.txz ${out_host}/bin/ ${out_host}/framework/ ${out_krait}/data/ ${out_krait}/system/ ${out_krait}/dex_bootjars/system/framework/arm/boot.oat
+tar -cJf test-armv8-fs.txz ${out_host}/bin/ ${out_host}/framework/ ${out_armv8}/data/ ${out_armv8}/system/ ${out_armv8}/dex_bootjars/system/framework/arm64/boot.oat
mkdir -p pub
mv ${WORKSPACE}/*.xml *.txz pub/