https://github.com/catkins/m1pro-docker-for-mac-test
Quick and dirty test to compare MySQL perf between ARM64 & Rosetta MySQL on M1Pro mac
https://github.com/catkins/m1pro-docker-for-mac-test
Last synced: 28 days ago
JSON representation
Quick and dirty test to compare MySQL perf between ARM64 & Rosetta MySQL on M1Pro mac
- Host: GitHub
- URL: https://github.com/catkins/m1pro-docker-for-mac-test
- Owner: catkins
- Created: 2021-11-05T05:52:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T06:05:38.000Z (over 3 years ago)
- Last Synced: 2024-10-19T22:13:53.982Z (6 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker for Mac on M1Pro laptop
Quick and dirty test on my 10core M1Pro Macbook Pro.
```
docker-compose up// ... lots of stuff
mysql-benchmark-bench-1 | starting benchmark for test:example@(mysql-rosetta)/testdb
mysql-benchmark-bench-1 | starting setup for test:example@(mysql-rosetta)/testdb
mysql-benchmark-bench-1 | finished inserting 100000 rows from 100 goroutines for test:example@(mysql-rosetta)/testdb in 14.741371381s
mysql-benchmark-bench-1 | starting benchmark for test:example@(mysql-native)/testdb
mysql-benchmark-bench-1 | starting setup for test:example@(mysql-native)/testdb
mysql-benchmark-bench-1 | finished inserting 100000 rows from 100 goroutines for test:example@(mysql-native)/testdb in 10.03471088s
mysql-benchmark-bench-1 exited with code 0
```