[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Wed, 5 Apr 2006 07:47:24 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-04-05 07:47:24 UTC

XORP CVS repository


Modified files:
	libxorp       test_ipv4net.cc test_ipv6net.cc test_ipvxnet.cc 

Log message:
	Add performance measurement tests for the overlap() method:
	  test_performance_ipv4net_address_overlap
	  test_performance_ipv6net_address_overlap
	  test_performance_ipvxnet_address_overlap
	
	Those methods are disabled by default, and need to be run by
	the "-v -t <test-name>" arguments. E.g.:
	
	  ./test_ipv4net -v -t test_performance_ipv4net_address_overlap

Revision  Changes                                Path
1.15      +38 -1;  commitid: 1653b4433757d7ea6;  xorp/libxorp/test_ipv4net.cc
1.12      +38 -1;  commitid: 1653b4433757d7ea6;  xorp/libxorp/test_ipv6net.cc
1.14      +58 -1;  commitid: 1653b4433757d7ea6;  xorp/libxorp/test_ipvxnet.cc