shithub: libvpx

Download patch

ref: 54270e68443690dbb756978ee43bba6109bfbc6c
parent: 89b1c073441a18ecb96b8dcd8ee13714bce94284
author: James Zern <jzern@google.com>
date: Tue Aug 7 07:37:33 EDT 2018

test/stress.sh: switch req. for 100 threads to 64

>64 is invalid for vp9 currently so no testing would be done.

Change-Id: Ic0ccd606d5e76258adb27b7c44dcbd82e94c84d1

--- a/test/stress.sh
+++ b/test/stress.sh
@@ -167,13 +167,13 @@
 }
 
 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
 }