From ae55b70e4c6afc384c190040c311901da77ec519 Mon Sep 17 00:00:00 2001 From: ilogus Date: Tue, 19 Aug 2025 08:32:21 +0200 Subject: [PATCH] add geekbench v6 in main comments --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index 97dff3b..75be942 100644 --- a/yabs.sh +++ b/yabs.sh @@ -8,7 +8,7 @@ # # Purpose: The purpose of this script is to quickly gauge the performance of a Linux- # based server by benchmarking network performance via iperf3, CPU and -# overall system performance via Geekbench 4/5, and random disk +# overall system performance via Geekbench 4/5/6, and random disk # performance via fio. The script is designed to not require any dependencies # - either compiled or installed - nor admin privileges to run.