Skip to content

Instantly share code, notes, and snippets.

@gdarko
Created May 29, 2018 15:25
Show Gist options
  • Save gdarko/fb1d3ab6cda6bea9f455a2410474e176 to your computer and use it in GitHub Desktop.
Save gdarko/fb1d3ab6cda6bea9f455a2410474e176 to your computer and use it in GitHub Desktop.
Quick Geekbench 3 Benchmark for Linux
#!/bin/bash
sudo apt-get install libc6:i386 libstdc++6:i386
wget http://cdn.primatelabs.com/Geekbench-3.4.2-Linux.tar.gz
tar -zxvf Geekbench-3.4.2-Linux.tar.gz
cd dist/Geekbench-3.4.2-Linux/
./geekbench
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment