Skip to content

Commit

Permalink
Hyperfine -r 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Mar 27, 2024
1 parent c19ad79 commit 1459de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hyper_threading/hyper-threading-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ binaries=("hyper_threading_main" "hyper_threading_pr")
# Itera sobre la lista de thread_counts
for threads in "${thread_counts[@]}"; do
# Inicia la construcción del comando hyperfine para este valor de threads
cmd="hyperfine -r 1"
cmd="hyperfine -r 2"

# Agrega cada binario al comando con el valor actual de threads
for binary in "${binaries[@]}"; do
Expand Down

0 comments on commit 1459de0

Please sign in to comment.