[GH-ISSUE #130] Benchmark with geekbench #104

Open
opened 2026-02-27 22:07:58 +03:00 by kerem · 2 comments
Owner

Originally created by @shifujun on GitHub (Jan 20, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/130

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.

Originally created by @shifujun on GitHub (Jan 20, 2021). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/130 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.
Author
Owner

@sickcodes commented on GitHub (Jan 25, 2021):

Interesting! The multicore performance is quite good!

<!-- gh-comment-id:766561478 --> @sickcodes commented on GitHub (Jan 25, 2021): Interesting! The multicore performance is quite good!
Author
Owner

@yunus776 commented on GitHub (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

<!-- gh-comment-id:822775432 --> @yunus776 commented on GitHub (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=8`docker-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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#104
No description provided.