[Tinyos-2-commits] CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestRxThroughputWithNoCcaSwAck TestTunitP.nc, 1.1, 1.2

David Moss mossmoss at users.sourceforge.net
Thu Aug 30 08:42:37 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestRxThroughputWithNoCcaSwAck
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20277/TestRxThroughputWithNoCcaSwAck

Modified Files:
	TestTunitP.nc 
Log Message:
Decrease throughput thresholds.  When I setup these thresholds I was probably using DMA.  Now that TUnit is checking out code directly from the baseline, no DMA is used for radio transmissions, which lowers the throughput.

Index: TestTunitP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestRxThroughputWithNoCcaSwAck/TestTunitP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestTunitP.nc	22 Jul 2007 05:31:55 -0000	1.1
--- TestTunitP.nc	30 Aug 2007 15:41:56 -0000	1.2
***************
*** 71,75 ****
     */
    enum {
!     LOWER_BOUNDS = 8710,  
      TEST_DURATION = 30720,  // 30 seconds
    };
--- 71,75 ----
     */
    enum {
!     LOWER_BOUNDS = 7000,  
      TEST_DURATION = 30720,  // 30 seconds
    };



More information about the Tinyos-2-commits mailing list