File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,15 @@ test_cmake_size_test() {
41
41
42
42
echo ' ExecuTorch with no ops binary size, unstripped:'
43
43
ls -al cmake-out/test/size_test
44
+ size cmake-out/test/size_test
44
45
45
46
echo ' ExecuTorch with portable ops binary size, unstripped:'
46
47
ls -al cmake-out/test/size_test_all_ops
48
+ size cmake-out/test/size_test_all_ops
47
49
48
50
echo ' ExecuTorch with optimized ops binary size, unstripped:'
49
51
ls -al cmake-out/test/size_test_all_optimized_ops
52
+ size cmake-out/test/size_test_all_optimized_ops
50
53
}
51
54
52
55
if [[ -z $PYTHON_EXECUTABLE ]]; then
Original file line number Diff line number Diff line change @@ -46,9 +46,11 @@ test_cmake_size_test() {
46
46
47
47
echo ' ExecuTorch with no ops binary size, unstripped:'
48
48
ls -al cmake-out/test/size_test
49
+ size cmake-out/test/size_test
49
50
50
51
echo ' ExecuTorch with portable ops binary size, unstripped:'
51
52
ls -al cmake-out/test/size_test_all_ops
53
+ size cmake-out/test/size_test_all_ops
52
54
}
53
55
54
56
if [[ -z $PYTHON_EXECUTABLE ]]; then
You can’t perform that action at this time.
0 commit comments