gliderlabs / gliderlabs/docker-alpine
python3.5 on docker alpine is slower than docker ubuntu
Open
question
- Dominant language
- Shell
- Stars
- 5.7k
- Forks
- 530
- PR merge metrics
- No merged PRs in 30d
Description
ubuntu 14.04 trusty image benchmark:
# python3 -c 'from test import pystone; pystone.main()'
Pystone(1.2) time for 50000 passes = 0.569234
This machine benchmarks at 87837.3 pystones/second
alpine 3.5 image benchmark:
# python3 -c 'from test import pystone; pystone.main()'
Pystone(1.2) time for 50000 passes = 0.715449
This machine benchmarks at 69886.2 pystones/second
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.