From 6c10df0108929047d44d810d6451100eb5126968 Mon Sep 17 00:00:00 2001 From: roversch Date: Tue, 10 Dec 2024 09:17:25 +0100 Subject: [PATCH] Add one more thing I tried for benchmarking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f232b01..0f26475 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ So far, we haven't been able to make the benchmarks give always the same results - use performance governor (see https://google.github.io/benchmark/reducing_variance.html) - turn off Intel Boost (see https://llvm.org/docs/Benchmarking.html) - use benchmark repetitions, random interleaving, warmup time (these are options of Google benchmark) +- fixing the CPU frequency by setting `sudo cpupower frequency-set -g userspace` ## Docker image To automate building and running benchmarks, a [Dockerfile](Dockerfile) is provided. Use the following commands to build a Docker image and run benchmarks in a Docker container: