From e6fb6b8d8e943ea857057a5bdbbeb295dc0c7177 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 13 Jul 2020 05:59:19 -0700 Subject: [PATCH] Update 2020-07-13-alpine-python.md --- blog/2020-07-13-alpine-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2020-07-13-alpine-python.md b/blog/2020-07-13-alpine-python.md index 44500ab6..8bd43134 100644 --- a/blog/2020-07-13-alpine-python.md +++ b/blog/2020-07-13-alpine-python.md @@ -33,7 +33,7 @@ To fix installation times of Python package, we created our own [wheel index](ht Alpine is a great base system for Container and allows us to provide the best experience to our user. A big thanks to Alpine Linux, musl, and jemalloc, which make this all possible. -The table shows the results comparing the Alpine Linux's Python runtime and our optimization (GCC 9.3.0/musl/Python 3.8.3). +The table shows the results comparing the Alpine Linux's Python runtime and our optimization (GCC 9.3.0/musl). All tests done using Python 3.8.3. | Benchmark | Alpine | Optimized |