masonr / yet-another-bench-script

YABS - a simple bash script to estimate Linux server performance using fio, iperf3, & Geekbench
Do What The F*ck You Want To Public License
4.22k stars 430 forks source link

Geekbench not uploading results. #36

Closed uwuplant closed 2 years ago

uwuplant commented 2 years ago

Ran yabs on my PC to test it, and noticed that the script just hangs after Geekbench finishes running. All other tests run fine, but the script never finishes running.

image

Glad to provide any more information if needed.

masonr commented 2 years ago

What does the output look like when running outside of the script?

curl https://cdn.geekbench.com/Geekbench-5.4.4-Linux.tar.gz | tar xz --strip-components=1
./geekbench5 --upload
uwuplant commented 2 years ago

Screenshot_20220408-002627_JuiceSSH

uwuplant commented 2 years ago

oops, phone moment.

masonr commented 2 years ago

Judging by where your cursor currently is in the screenshot, it looks like after the geekbench test was done, it just stays there and doesn't exit out of the geekbench program. Is that correct (i.e. did you have to ctrl+c to return to shell)?

If that's the case, then it's a geekbench issue. Could open a thread on the GB support forum, but I'm not really sure what would be causing this as it's outside of the scope of YABS.

uwuplant commented 2 years ago

I did have to, will report it there then. Thank you!