Skip to content
Snippets Groups Projects
Verified Commit d7a53dcc authored by Dorian Stoll's avatar Dorian Stoll
Browse files

measure: ca: Swap lines and iterations

This reduces the time needed for initialization and increases the time
spent running a compute workload on all cores.
parent 030c06ce
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ set -euo pipefail
function run-measure-ca {
local bench_iterations="5"
local ca_lines="50000"
local ca_iterations="512"
local ca_lines="512"
local ca_iterations="50000"
local smt="$(cat /sys/devices/system/cpu/smt/active)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment