Tag: docker

Docker and cpuinfo

Written by Dominik Pantůček on 2025-11-06

dockerlinux

Benchmarking different implementations of the same algorithm against each other can be done only if comparable systems are used. Our vlibench package ensures that CPU model information is present in benchmarking models. However if the package is run on Linux under x86_64 emulation on ARM, strange things happen.

...