1test_name="gem:sys:latency" 2test_exec_time=10 3test_invert=1 4 5[ -e $IGT_BENCHMARKS/gem_syslatency ] || return 1 6sudo -n true || return 1 7 8gem:sys:latency_run() { 9 for (( c=0; c<$1; c++ )); do 10 sudo $IGT_BENCHMARKS/gem_syslatency -f 1 11 done 12} 13