summaryrefslogtreecommitdiffstats
path: root/scripts/pm_test_single_taskset_mtimes_long
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pm_test_single_taskset_mtimes_long')
-rwxr-xr-xscripts/pm_test_single_taskset_mtimes_long8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/pm_test_single_taskset_mtimes_long b/scripts/pm_test_single_taskset_mtimes_long
new file mode 100755
index 0000000..1b8100d
--- /dev/null
+++ b/scripts/pm_test_single_taskset_mtimes_long
@@ -0,0 +1,8 @@
1#!/bin/bash
2for i in `seq 0 200` ; do
3 echo -n "$i) ";
4 ./test_single_taskset ;
5 sleep 100;
6 cat res-*.bin >> result-all-$i.bin
7done
8