blob: 994bd0d1afb7265fc722b6fa4016769bed7bbad7 [file]
#!/bin/sh
# - runtime
# - cpu_max_prime
# - nr_threads
. "$LKP_SRC/lib/reproduce-log.sh"
: "${runtime:=600}"
: "${nr_threads:=1}"
: "${cpu_max_prime:=10000}"
args="\
--threads=$nr_threads\
--time=$runtime\
cpu\
--cpu-max-prime=$cpu_max_prime\
"
log_cmd sysbench $args run