Update readcslen test to use NUM_CPUS readers
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sat, 13 Jun 2009 18:40:53 +0000 (14:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sat, 13 Jun 2009 18:40:53 +0000 (14:40 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runall.sh

index ed375d11c7a4bf5aebec257530c5412942a47b9f..482d1c21d467211c268a51110bf69291389653e6 100755 (executable)
--- a/runall.sh
+++ b/runall.sh
@@ -59,7 +59,7 @@ done
 
 echo Executing reader C.S. length test
 
-NR_READERS=8
+NR_READERS=${NUM_CPUS}
 NR_WRITERS=0
 DURATION=10
 #in loops.
This page took 0.025019 seconds and 4 git commands to generate.