gliderlabs / gliderlabs/docker-alpine

python3.5 on docker alpine is slower than docker ubuntu

Open
#300 1 comment 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.