Geekbench is a well-established multi-platform benchmarking tool that is designed to be easily comparable from processor to processor, test to test.
Geekbench tests CPU power, speed and capabilities however it expands on this for situational tests like video editing and gaming.
Geekbench can be seen as a “boring” benchmark overall. It doesn’t show IO speed, read & write and global network speeds. However, it’s testing on the CPU is very comprehensive and the output to a webpage is a nice addition.
Download Geekbench with Wget by running:
wget https://cdn.geekbench.com/Geekbench-5.3.1-Linux.tar.gz
As of post update (5th January 2021), the Geekbench version is 5.3.1
Once it has finished downloading, unpack it with:
tar xf Geekbench-5.3.1-Linux.tar.gz
Move into the directory
cd Geekbench-5.3.1-Linux/
Finally, run the Geekbench test with:
./geekbench5
You will see the console state what is being tested and the outcomes whilst the testing is underway. Once it has finished it will display a URL to check the results.
A drained and empty Kennington reservoir images from a drone in early July 2024. The…
Merrimu Reservoir from drone. Click images to view larger.
Using FTP and PHP to get an array of file details such as size and…
Creating and using Laravel form requests to create cleaner code, separation and reusability for your…
Improving the default Laravel login and register views in such a simple manner but making…
Laravel validation for checking if a field value exists in the database. The validation rule…