File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Yet Another Bench Script by Mason Rowe
4
- # Initial Oct 2019; Last update Apr 2024
4
+ # Initial Oct 2019; Last update Jun 2024
5
5
6
6
# Disclaimer: This project is a work in progress. Any errors or suggestions should be
7
7
# relayed to me via the GitHub project page linked below.
12
12
# performance via fio. The script is designed to not require any dependencies
13
13
# - either compiled or installed - nor admin privileges to run.
14
14
15
- YABS_VERSION=" v2024-04-22 "
15
+ YABS_VERSION=" v2024-06-09 "
16
16
17
17
echo -e ' # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
18
18
echo -e ' # Yet-Another-Bench-Script #'
@@ -808,7 +808,7 @@ if [ -z "$SKIP_IPERF" ]; then
808
808
IPERF_LOCS=( \
809
809
" lon.speedtest.clouvider.net" " 5200-5209" " Clouvider" " London, UK (10G)" " IPv4|IPv6" \
810
810
" iperf-ams-nl.eranium.net" " 5201-5210" " Eranium" " Amsterdam, NL (100G)" " IPv4|IPv6" \
811
- " speedtest.extra.telia.fi" " 5201-5208" " Telia" " Helsinki, FI (10G)" " IPv4" \
811
+ # "speedtest.extra.telia.fi" "5201-5208" "Telia" "Helsinki, FI (10G)" "IPv4" \
812
812
# AFR placeholder
813
813
" speedtest.uztelecom.uz" " 5200-5209" " Uztelecom" " Tashkent, UZ (10G)" " IPv4|IPv6" \
814
814
" speedtest.sin1.sg.leaseweb.net" " 5201-5210" " Leaseweb" " Singapore, SG (10G)" " IPv4|IPv6" \
You can’t perform that action at this time.
0 commit comments