История изменений
Исправление intelfx, (текущая версия) :
А теперь выкинь свои результаты и запусти в докере тот же дистрибутив, что и на хосте :-)
$ grep NAME /etc/os-release
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
$ openssl speed sha256
<...>
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
sha256 61863.34k 158380.93k 335137.96k 457451.62k 506975.57k 511989.08k
$ docker run --rm archlinux openssl speed sha256
<...>
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
sha256 60591.59k 154496.51k 320826.79k 454934.53k 507980.46k 512057.54k
$ podman run -it --rm archlinux openssl speed sha256
<...>
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
sha256 61166.87k 158273.79k 334752.51k 454429.01k 498229.77k 508925.27k
Полный лог здесь.
Исходная версия intelfx, :
А теперь выкинь свои результаты и запусти в докере тот же дистрибутив, что и на хосте.
$ grep NAME /etc/os-release
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
$ openssl speed sha256
<...>
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
sha256 61863.34k 158380.93k 335137.96k 457451.62k 506975.57k 511989.08k
$ docker run --rm archlinux openssl speed sha256
<...>
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
sha256 60591.59k 154496.51k 320826.79k 454934.53k 507980.46k 512057.54k
$ podman run -it --rm archlinux openssl speed sha256
<...>
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
sha256 61166.87k 158273.79k 334752.51k 454429.01k 498229.77k 508925.27k
Полный лог здесь.