X Tutup
The Wayback Machine - https://web.archive.org/web/20220124203223/https://github.com/sickcodes/Docker-OSX/issues/130
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking 鈥淪ign up for GitHub鈥, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark with geekbench #130

Open
shifujun opened this issue Jan 20, 2021 路 2 comments
Open

Benchmark with geekbench #130

shifujun opened this issue Jan 20, 2021 路 2 comments

Comments

@shifujun
Copy link

@shifujun shifujun commented Jan 20, 2021

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.

@sickcodes
Copy link
Owner

@sickcodes sickcodes commented Jan 25, 2021

Interesting! The multicore performance is quite good!

@yunus776
Copy link

@yunus776 yunus776 commented Apr 19, 2021

Sadece payla艧谋yorum 馃槃

Ara莽lar谋 y眉kleyin:

brew install geekbench
brew install w3m

Kar艧谋la艧t谋rmay谋 莽al谋艧t谋r, Geekbench 5 deneme modu i莽in internete sahip olmal谋d谋r:

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

W3m kullan谋n sonucu terminalde al谋n:

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

Bir sat谋r 艧unlar olabilir:

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

Ve i艧te -e RAM=32 -e SMP=8 -e CORES=8docker-osx'im ve 8700B'li MacMini 2018'im:
https://browser.geekbench.com/v5/cpu/compare/5992961?baseline=5991310

Belki performans sorunlar谋n谋 bu 艧ekilde iletebiliriz.

Bende seni payla艧谋yorum 艧imdi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
X Tutup