sickcodes/Docker-OSX

Benchmark with geekbench

Open

#130 aperta il 20 gen 2021

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Shell (2888 fork)batch import
good first issue

Metriche repository

Star
 (52.497 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Just sharing 😄

Install tools:

brew install geekbench
brew install w3m

Run benchmark, must have internet for Geekbench 5 tryout mode:

/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5

Use w3m get result in terminal:

w3m -dump https://browser.geekbench.com/v5/cpu/5992961

One line can be:

w3m -dump $(/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5 | grep "https.*/\d\+$")

And here is my -e RAM=32 -e SMP=8 -e CORES=8 docker-osx VS my MacMini 2018 with 8700B: https://browser.geekbench.com/v5/cpu/compare/5992961?baseline=5991310

Maybe we can communicate performance issues with this way.

Guida contributor