Skip to content

Commit

Permalink
New default disk-benchmark mount path for convenience.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 17, 2024
1 parent c6694ac commit cc735c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/disk-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -z "$SUDO_USER" ]; then
fi

# Variables.
MOUNT_PATH=${MOUNT_PATH:-"/mnt/sda"}
MOUNT_PATH=${MOUNT_PATH:-"/"}
USER_HOME_PATH=$(getent passwd $SUDO_USER | cut -d: -f6)
TEST_SIZE="100m"
IOZONE_INSTALL_PATH=$USER_HOME_PATH
Expand Down

0 comments on commit cc735c3

Please sign in to comment.