good first issue
Métriques du dépôt
- Stars
- (52 497 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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.