Skip to content

Commit

Permalink
cleanup: final benchmarks update for post install
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Feb 22, 2025
1 parent fef535d commit 626a4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/post-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PERFORMANCE_DATA_FILE=/opt/azure/vhd-build-performance-data.json

# Hardcode the desired size of the OS disk so we don't accidently rely on extra disk space
MAX_BLOCK_COUNT=30298176 # 30 GB
capture_benchmark "${SCRIPT_NAME}_set_variables_and_source_packer_files"
capture_benchmark "${SCRIPT_NAME}_source_packer_files_and_declare_variables"

if [[ $OS == $UBUNTU_OS_NAME ]]; then
# shellcheck disable=SC2021
Expand Down

0 comments on commit 626a4c8

Please sign in to comment.