Skip to content

Commit 2f02836

Browse files
committed
[benchmark] The large tensorflow models are not needed for benchmarking.
Change-Id: I1d1fdcdf5bddc0c263ae41086c9d9e682d9e6d49 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112901 Reviewed-by: William Hesse <[email protected]>
1 parent cd46a39 commit 2f02836

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/bots/try_benchmarks.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ for command; do
8484
tar -czf linux-ia32_profile.tar.gz \
8585
--exclude .git \
8686
--exclude .gitignore \
87+
--exclude pkg/analysis_server/language_model \
88+
--exclude out/ReleaseIA32/dart-sdk/model \
8789
-- \
8890
third_party/d8/linux/ia32/natives_blob.bin \
8991
third_party/d8/linux/ia32/snapshot_blob.bin \
@@ -167,6 +169,8 @@ for command; do
167169
tar -czf linux-ia32.tar.gz \
168170
--exclude .git \
169171
--exclude .gitignore \
172+
--exclude pkg/analysis_server/language_model \
173+
--exclude out/ReleaseIA32/dart-sdk/model \
170174
-- \
171175
third_party/d8/linux/ia32/natives_blob.bin \
172176
third_party/d8/linux/ia32/snapshot_blob.bin \
@@ -249,6 +253,8 @@ EOF
249253
tar -czf linux-x64_profile.tar.gz \
250254
--exclude .git \
251255
--exclude .gitignore \
256+
--exclude pkg/analysis_server/language_model \
257+
--exclude out/ReleaseX64/dart-sdk/model \
252258
-- \
253259
third_party/d8/linux/x64/natives_blob.bin \
254260
third_party/d8/linux/x64/snapshot_blob.bin \
@@ -352,6 +358,8 @@ EOF
352358
tar -czf linux-x64.tar.gz \
353359
--exclude .git \
354360
--exclude .gitignore \
361+
--exclude pkg/analysis_server/language_model \
362+
--exclude out/ReleaseX64/dart-sdk/model \
355363
-- \
356364
third_party/d8/linux/x64/natives_blob.bin \
357365
third_party/d8/linux/x64/snapshot_blob.bin \

0 commit comments

Comments
 (0)