Skip to content

Commit

Permalink
[benchmark] The large tensorflow models are not needed for benchmarking.
Browse files Browse the repository at this point in the history
Change-Id: I1d1fdcdf5bddc0c263ae41086c9d9e682d9e6d49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112901
Reviewed-by: William Hesse <whesse@google.com>
  • Loading branch information
sortie committed Aug 13, 2019
1 parent cd46a39 commit 2f02836
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/bots/try_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ for command; do
tar -czf linux-ia32_profile.tar.gz \
--exclude .git \
--exclude .gitignore \
--exclude pkg/analysis_server/language_model \
--exclude out/ReleaseIA32/dart-sdk/model \
-- \
third_party/d8/linux/ia32/natives_blob.bin \
third_party/d8/linux/ia32/snapshot_blob.bin \
Expand Down Expand Up @@ -167,6 +169,8 @@ for command; do
tar -czf linux-ia32.tar.gz \
--exclude .git \
--exclude .gitignore \
--exclude pkg/analysis_server/language_model \
--exclude out/ReleaseIA32/dart-sdk/model \
-- \
third_party/d8/linux/ia32/natives_blob.bin \
third_party/d8/linux/ia32/snapshot_blob.bin \
Expand Down Expand Up @@ -249,6 +253,8 @@ EOF
tar -czf linux-x64_profile.tar.gz \
--exclude .git \
--exclude .gitignore \
--exclude pkg/analysis_server/language_model \
--exclude out/ReleaseX64/dart-sdk/model \
-- \
third_party/d8/linux/x64/natives_blob.bin \
third_party/d8/linux/x64/snapshot_blob.bin \
Expand Down Expand Up @@ -352,6 +358,8 @@ EOF
tar -czf linux-x64.tar.gz \
--exclude .git \
--exclude .gitignore \
--exclude pkg/analysis_server/language_model \
--exclude out/ReleaseX64/dart-sdk/model \
-- \
third_party/d8/linux/x64/natives_blob.bin \
third_party/d8/linux/x64/snapshot_blob.bin \
Expand Down

0 comments on commit 2f02836

Please sign in to comment.