sickcodes/Docker-OSX

Benchmark with geekbench

Open

#130 opened on Jan 20, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Shell (2,888 forks)batch import
good first issue

Repository metrics

Stars
 (52,497 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide