#!/bin/sh
# - nr_loops
# - nr_threads

. $LKP_SRC/lib/reproduce-log.sh

cd $BENCHMARK_ROOT/kernbench || die "kernbench benchmark is not installed yet"

cd linux || die "linux kernel source not found"

../kernbench -n $nr_loops -o $nr_threads -H -M -f
