[Assorted-commits] SF.net SVN: assorted: [422] numa-bench/trunk/src/malloc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-15 02:12:44
|
Revision: 422 http://assorted.svn.sourceforge.net/assorted/?rev=422&view=rev Author: yangzhang Date: 2008-02-14 18:12:48 -0800 (Thu, 14 Feb 2008) Log Message: ----------- added more read tests Modified Paths: -------------- numa-bench/trunk/src/malloc.bash Modified: numa-bench/trunk/src/malloc.bash =================================================================== --- numa-bench/trunk/src/malloc.bash 2008-02-15 01:45:56 UTC (rev 421) +++ numa-bench/trunk/src/malloc.bash 2008-02-15 02:12:48 UTC (rev 422) @@ -24,8 +24,12 @@ run 16 1000$MB 1 0 0 1 0 0 0 run 16 100$MB 1 1 0 1 0 0 0 -for n in 1 4 8 12 16 ; do +for n in 1 2 4 8 12 16 ; do echo par + run $n 10$MB 1 0 1 1 0 0 0 + run $n 10$MB 1 1 1 1 0 0 0 + run $n 10$MB 1 0 1 1 1 0 0 + run $n 10$MB 1 1 1 1 1 0 0 run $n 10$MB 1 0 1 1 0 1 0 run $n 10$MB 1 1 1 1 0 1 0 run $n 10$MB 1 0 1 1 1 1 0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |