Created
December 30, 2016 12:46
-
-
Save gotbadger/29aa14dc8f75b2424a3252af78bd43b5 to your computer and use it in GitHub Desktop.
CPU becnhmark multicore test
This file contains hidden or 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
sudo apt-get install sysbench | |
for each in 1 4; do sysbench --test=cpu --cpu-max-prime=20000 --num-threads=$each run; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment