Skip to content
Snippets Groups Projects
Commit ec3f449c authored by root's avatar root
Browse files

finish with ondemand test

parent e632e3f0
No related branches found
No related tags found
No related merge requests found
...@@ -56,10 +56,10 @@ run_test() ...@@ -56,10 +56,10 @@ run_test()
run_meter & run_meter &
METER_PID=$! METER_PID=$!
run_test "ondemand" "$ON_DEMAND"
run_test "2400Mhz" "$HIGH_PERFORMANCE" run_test "2400Mhz" "$HIGH_PERFORMANCE"
run_test "2000MHz" "$MID_PERFORMANCE" run_test "2000MHz" "$MID_PERFORMANCE"
run_test "1500MHz" "$LOW_PERFORMANCE" run_test "1500MHz" "$LOW_PERFORMANCE"
run_test "ondemand" "$ON_DEMAND"
kill $METER_PID kill $METER_PID
#echo "Results are in $LOG" #echo "Results are in $LOG"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment