Update storage-test.sh

This commit is contained in:
2025-05-04 11:47:39 -05:00
parent ffae1ba0bc
commit 5766bce649

View File

@@ -1,11 +1,13 @@
#!/bin/bash #!/bin/bash
# Orignal script from # Orignal script from
# Storage benchmark by James A. Chambers (https://jamesachambers.com/) # Storage benchmark by James A. Chambers (https://jamesachambers.com/)
#
# Benchmarks your storage and anonymously submits result to https://pibenchmarks.com # Benchmarks your storage and anonymously submits result to https://pibenchmarks.com
# Results and discussion available at https://jamesachambers.com/2020s-fastest-raspberry-pi-4-storage-sd-ssd-benchmarks/ # Results and discussion available at https://jamesachambers.com/2020s-fastest-raspberry-pi-4-storage-sd-ssd-benchmarks/
# #
#
# To run the benchmark use the following command: # To run the benchmark use the following command:
# sudo curl https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh | sudo bash # sudo curl -sL https://go.scity.us/test-storage | sudo bash
# Fix language settings for utf8 # Fix language settings for utf8
export LC_ALL=C export LC_ALL=C