Last active
October 22, 2021 17:49
-
-
Save ammario/b9d12c46b35e1db7782772060f5e9540 to your computer and use it in GitHub Desktop.
Run Geekbench on a Linux computer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pushd /tmp | |
curl https://cdn.geekbench.com/Geekbench-5.4.1-Linux.tar.gz | tar -xzvf - | |
pushd Geekbench-5.4.1-Linux/ | |
./geekbench_x86_64 | tee geekbench.log | |
popd | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment