Skip to content

Commit

Permalink
Genericize the disk benchmark script slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 16, 2024
1 parent e108185 commit f7f5400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/disk-benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

# Raspberry Pi HDD/SDD benchmark script.
# Disk benchmark script.
#
# A script I use to automate the running and reporting of benchmarks I compile
# for my YouTube channel.
Expand All @@ -27,7 +27,7 @@ fi
# Variables.
MOUNT_PATH=${MOUNT_PATH:-"/"}
USER_HOME_PATH=$(getent passwd $SUDO_USER | cut -d: -f6)
TEST_SIZE="100m"
TEST_SIZE=${TEST_SIZE:-"1g"}
IOZONE_INSTALL_PATH=$USER_HOME_PATH
IOZONE_VERSION=iozone3_506

Expand Down

0 comments on commit f7f5400

Please sign in to comment.