File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 14
14
test_to_run=$2
15
15
shift 2
16
16
;;
17
+ --test_index)
18
+ test_index=$2
19
+ shift 2
20
+ ;;
17
21
* )
18
22
usage;
19
23
;;
@@ -44,7 +48,7 @@ if [ ! -d "./phoronix-test-suite" ]; then
44
48
fi
45
49
for iterations in 1 ` seq 2 1 ${to_times_to_run} `
46
50
do
47
- ./phoronix-test-suite/phoronix-test-suite run $test_to_run < /tmp/ph_opts >> /tmp/results_${test_name} _${to_tuned_setting} .out
51
+ ./phoronix-test-suite/phoronix-test-suite default- run $test_to_run < /tmp/ph_opts >> /tmp/results_${test_name} _${to_tuned_setting} .out
48
52
done
49
53
#
50
54
# Archive up the results.
Original file line number Diff line number Diff line change 229
229
tuned_original=` tuned-adm active | cut -d' ' -f4`
230
230
tuned-adm profile $to_tuned_setting
231
231
fi
232
- echo ./phoronix -t ${test} > run_this
233
- chmod 755 run_this
234
- ./run_this
232
+ echo ./phoronix -t ${test} --test_index ${test_index } > run_this
233
+ chmod 755 run_this
234
+ ./run_this
235
235
236
236
setenforce 1
237
237
fi
You can’t perform that action at this time.
0 commit comments