Skip to content
Snippets Groups Projects
Commit c66c256c authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add script for benchmarking.

parent 67d83de7
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Executable and parameters
prog = test_bh
params = -n 1000000 -r 10
# Main loop
for n in {1..16}
do
if [ ! -e ${prog}_${n}.dump ]
then
./${prog} ${params} -t ${n} > ${prog}_${n}.dump
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment