summaryrefslogtreecommitdiffstats
path: root/scripts/pm_test_single_taskset_mtimes_long
blob: 1b8100def45536ec8a9b39c22f7a1c15a80c2b30 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
for i in `seq 0 200` ; do
		echo -n "$i) ";
		./test_single_taskset ;
		sleep 100;
		cat res-*.bin >> result-all-$i.bin
done