diff options
Diffstat (limited to 'scripts/contrib/build-perf-test.sh')
-rwxr-xr-x | scripts/contrib/build-perf-test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/contrib/build-perf-test.sh b/scripts/contrib/build-perf-test.sh index f1f44d3297..7d99228c73 100755 --- a/scripts/contrib/build-perf-test.sh +++ b/scripts/contrib/build-perf-test.sh | |||
@@ -369,6 +369,10 @@ test4 () { | |||
369 | 369 | ||
370 | do_sync | 370 | do_sync |
371 | time_cmd "$esdk_installer" -y -d "tmp/esdk-deploy" | 371 | time_cmd "$esdk_installer" -y -d "tmp/esdk-deploy" |
372 | |||
373 | s=$((`du -sb "tmp/esdk-deploy" | cut -f1` / 1024)) | ||
374 | SIZES[(( size_count++ ))]="$s" | ||
375 | log "Install SIZE of eSDK is: $s kB" | ||
372 | else | 376 | else |
373 | log "ERROR: other than one sdk found (${esdk_installer[*]}), reporting size and time as 0." | 377 | log "ERROR: other than one sdk found (${esdk_installer[*]}), reporting size and time as 0." |
374 | SIZES[(( size_count++ ))]="0" | 378 | SIZES[(( size_count++ ))]="0" |