Skip to content

Instantly share code, notes, and snippets.

@ammario
Last active October 22, 2021 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ammario/b9d12c46b35e1db7782772060f5e9540 to your computer and use it in GitHub Desktop.
Save ammario/b9d12c46b35e1db7782772060f5e9540 to your computer and use it in GitHub Desktop.
Run Geekbench on a Linux computer
#!/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