]> granicus.if.org Git - libvpx/commitdiff
test/stress.sh: switch req. for 100 threads to 64
authorJames Zern <jzern@google.com>
Tue, 7 Aug 2018 18:37:33 +0000 (11:37 -0700)
committerJames Zern <jzern@google.com>
Tue, 7 Aug 2018 18:37:33 +0000 (11:37 -0700)
>64 is invalid for vp9 currently so no testing would be done.

Change-Id: Ic0ccd606d5e76258adb27b7c44dcbd82e94c84d1

test/stress.sh

index 4dab18458c7030304d785bf6f6926592e99f4acf..fdec764c7aefc749741829464c0a9d0b39685c24 100755 (executable)
@@ -167,13 +167,13 @@ vp9_stress() {
 }
 
 vp9_stress_test() {
-  for threads in 4 8 100; do
+  for threads in 4 8 64; do
     vp9_stress "$threads" "--row-mt=0"
   done
 }
 
 vp9_stress_test_row_mt() {
-  for threads in 4 8 100; do
+  for threads in 4 8 64; do
     vp9_stress "$threads" "--row-mt=1"
   done
 }