A recent bug showed the limitations of using powers of two, add a prime
number of threads as a new test case.

Signed-off-by: Mike Holmes <[email protected]>
---
 test/common_plat/performance/odp_scheduling_run.sh        | 1 +
 test/linux-generic/performance/odp_scheduling_run_proc.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/common_plat/performance/odp_scheduling_run.sh 
b/test/common_plat/performance/odp_scheduling_run.sh
index 755b0c1..29c1929 100755
--- a/test/common_plat/performance/odp_scheduling_run.sh
+++ b/test/common_plat/performance/odp_scheduling_run.sh
@@ -20,6 +20,7 @@ run()
 }
 
 run 1
+run 7
 run 8
 
 exit $ret
diff --git a/test/linux-generic/performance/odp_scheduling_run_proc.sh 
b/test/linux-generic/performance/odp_scheduling_run_proc.sh
index b3ef26f..3f578f7 100755
--- a/test/linux-generic/performance/odp_scheduling_run_proc.sh
+++ b/test/linux-generic/performance/odp_scheduling_run_proc.sh
@@ -21,6 +21,7 @@ run()
 }
 
 run 1
+run 7
 run 8
 
 exit $ret
-- 
2.7.4

Reply via email to