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 “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weâll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Successfully merging a pull request may close this issue.
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
-e RAM=32 -e SMP=8 -e CORES=8
Maybe we can communicate performance issues with this way.
The text was updated successfully, but these errors were encountered:
Interesting! The multicore performance is quite good!
Loading
Sorry, something went wrong.
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.
Sadece paylaÅıyorum ð
Araçları yükleyin:
KarÅılaÅtırmayı çalıÅtır, Geekbench 5 deneme modu için internete sahip olmalıdır:
W3m kullanın sonucu terminalde alın:
Bir satır Åunlar olabilir:
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
Just sharingð
Install tools:
Run benchmark, must have internet for Geekbench 5 tryout mode:
Use w3m get result in terminal:
One line can be:
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.
The text was updated successfully, but these errors were encountered: