Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions yabs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Yet Another Bench Script by Mason Rowe
# Initial Oct 2019; Last update Sep 2023
# Initial Oct 2019; Last update Oct 2023

# Disclaimer: This project is a work in progress. Any errors or suggestions should be
# relayed to me via the GitHub project page linked below.
Expand All @@ -12,7 +12,7 @@
# performance via fio. The script is designed to not require any dependencies
# - either compiled or installed - nor admin privileges to run.

YABS_VERSION="v2023-09-06"
YABS_VERSION="v2023-10-18"

echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
echo -e '# Yet-Another-Bench-Script #'
Expand Down Expand Up @@ -821,9 +821,9 @@ if [ -z "$SKIP_IPERF" ]; then
"ping6.online.net" "5200-5209" "Scaleway" "Paris, FR (10G)" "IPv6" \
"speedtest.novoserve.com" "5201-5206" "NovoServe" "North Holland, NL (40G)" "IPv4|IPv6" \
"speedtest.uztelecom.uz" "5200-5207" "Uztelecom" "Tashkent, UZ (10G)" "IPv4|IPv6" \
"nyc.speedtest.clouvider.net" "5200-5209" "Clouvider" "NYC, NY, US (10G)" "IPv4|IPv6" \
"dal.speedtest.clouvider.net" "5200-5209" "Clouvider" "Dallas, TX, US (10G)" "IPv4|IPv6" \
"la.speedtest.clouvider.net" "5200-5209" "Clouvider" "Los Angeles, CA, US (10G)" "IPv4|IPv6"
"nyc.speedtest.clouvider.net" "5200-5209" "Clouvider" "New York City, US (10G)" "IPv4|IPv6" \
"speedtest.lax11.us.leaseweb.net" "5201-5210" "Leaseweb" "Los Angeles, US (10G)" "IPv4|IPv6" \
"speedtest.mtl2.ca.leaseweb.net" "5201-5210" "Leaseweb" "Montreal, CA (10G)" "IPv4|IPv6"
)

# if the "REDUCE_NET" flag is activated, then do a shorter iperf test with only three locations
Expand All @@ -833,7 +833,7 @@ if [ -z "$SKIP_IPERF" ]; then
"lon.speedtest.clouvider.net" "5200-5209" "Clouvider" "London, UK (10G)" "IPv4|IPv6" \
"ping.online.net" "5200-5209" "Scaleway" "Paris, FR (10G)" "IPv4" \
"ping6.online.net" "5200-5209" "Scaleway" "Paris, FR (10G)" "IPv6" \
"nyc.speedtest.clouvider.net" "5200-5209" "Clouvider" "NYC, NY, US (10G)" "IPv4|IPv6" \
"speedtest.lax11.us.leaseweb.net" "5201-5210" "Leaseweb" "Los Angeles, US (10G)" "IPv4|IPv6" \
)
fi

Expand Down