Benchmark your CPU with this CPU intensive test
2.1K
If you are a hardware nerd like me, you know SuperPI for sure. If not, SuperPI is a Windows application useful to benchmark your CPU.
As there's any simple way to benchmark servers performance, we written this project that tests your CPU without installing nothing: simply running the image on Docker
docker run fewlaps/superpi
By default, the app runs 32 threads and 1000000000 iterations over the Gauss-Legendre algorithm to approximate the Pi decimals. If you want to customize that numbers, don't hesitate to do it:
docker run fewlaps/superpi -t numberOfThreads
docker run fewlaps/superpi -i numberOfIterations
docker run fewlaps/superpi -t numberOfThreads -i numberOfIterations
Running the default test on different machines took...
(This results are running the jar on the host, not via the Docker image. We've seen that Docker is really slow compared with running the .jar on the host. Do you have any idea about fixing it? Here's the Stackoverflow Questionโ :ยท)
The project is Open Source and published on GitHub: https://github.com/Fewlaps/superpiโ
Content type
Image
Digest
Size
232.1 MB
Last updated
about 10 years ago
docker pull fewlaps/superpi