Skip to content

Commit

Permalink
[benchmark] Test addition of the whole d8 directory to builds.
Browse files Browse the repository at this point in the history
Change-Id: I152c86b3e0e48944940291b8f2c0c5a20f9a4c1b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127142
Reviewed-by: Stephen Adams <sra@google.com>
  • Loading branch information
sortie committed Dec 5, 2019
1 parent e4e3f3f commit ae14121
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tools/bots/try_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ for command; do
--exclude out/ReleaseIA32/dart-sdk/bin/model \
--exclude pkg/front_end/testcases \
-- \
third_party/d8/linux/ia32/natives_blob.bin \
third_party/d8/linux/ia32/snapshot_blob.bin \
out/ReleaseIA32/dart2js_platform.dill \
out/ReleaseIA32/vm_outline_strong.dill \
out/ReleaseIA32/vm_platform_strong.dill \
Expand All @@ -158,7 +156,7 @@ for command; do
out/ReleaseIA32/gen_snapshot \
out/ReleaseIA32/gen_kernel_bytecode.dill \
out/ReleaseIA32/run_vm_tests \
third_party/d8/linux/ia32/d8 \
third_party/d8/linux/ia32 \
sdk \
samples-dev/swarm \
third_party/pkg \
Expand Down Expand Up @@ -303,8 +301,6 @@ EOF
--exclude out/ReleaseX64/dart-sdk/bin/model \
--exclude pkg/front_end/testcases \
-- \
third_party/d8/linux/x64/natives_blob.bin \
third_party/d8/linux/x64/snapshot_blob.bin \
out/ReleaseX64/dart2js_platform.dill \
out/ReleaseX64/vm_outline_strong.dill \
out/ReleaseX64/vm_platform_strong.dill \
Expand All @@ -314,7 +310,7 @@ EOF
out/ReleaseX64/gen_snapshot \
out/ReleaseX64/gen_kernel_bytecode.dill \
out/ReleaseX64/run_vm_tests \
third_party/d8/linux/x64/d8 \
third_party/d8/linux/x64 \
out/ReleaseX64/dart_precompiled_runtime \
sdk \
samples-dev/swarm \
Expand Down

0 comments on commit ae14121

Please sign in to comment.