Timing Tests
	This section describes timing tests and their results. The tests were
performed on two systems:
	
 	
 Intel 	The tests are organized as follows:
	
#hash_basedHash-Based Container Tests 	shows tests pertaining to hash-based containers.
	
	
#hash_basedTree-Based Container Tests 	shows tests pertaining to tree-based containers.
	
Hash-Based Container Tests 
Random-Integer Find Test
	This test measurs the average time to find an entry
in a "set" as a function of the "set"'s
size.
_
	The test's purpose is to find the effect of
different range-hashing functions. See
hash_based_containers.html#hash_policiesHash-Based Containers::Resize Policies 
Source code:
../testsuite/timing/hash_random_int_find_timing_test.cpphash_random_int_find_timing_test.cpp .
Execution: 
hash_random_int_find_timing_test 
Tree-Based Container Tests 
