Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54077 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-18 21:06:35


Author: cschladetsch
Date: 2009-06-18 21:06:35 EDT (Thu, 18 Jun 2009)
New Revision: 54077
URL: http://svn.boost.org/trac/boost/changeset/54077

Log:
better compare_pool
Text files modified:
   sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp 2009-06-18 21:06:35 EDT (Thu, 18 Jun 2009)
@@ -240,16 +240,16 @@
 void compare_memory_pool()
 {
         cout << "thrash_pool" << endl;
- PrintResults(compare_memory_pool(50000, 1000, 10, thrash_pool()));
+ PrintResults(compare_memory_pool(50000, 2000, 10, thrash_pool()));
         cout << "thrash_pool_iter" << endl;
- PrintResults(compare_memory_pool(50000, 1000, 10, thrash_pool_iter()));
+ PrintResults(compare_memory_pool(50000, 2000, 10, thrash_pool_iter()));
         cout << "thrash_pool_sort" << endl;
- PrintResults(compare_memory_pool(1000, 500, 10, thrash_pool_sort()));
+ PrintResults(compare_memory_pool(1000, 1000, 10, thrash_pool_sort()));
 
         cout << "thrash_pool_sort_list_int" << endl;
- PrintResults(compare_memory_pool(1000, 1000, 10, thrash_pool_sort_list_int()));
+ PrintResults(compare_memory_pool(1000, 2000, 10, thrash_pool_sort_list_int()));
         cout << "thrash_pool_map_list_unaligned" << endl;
- PrintResults(compare_memory_pool(1000, 1000, 10, thrash_pool_map_list_unaligned()));
+ PrintResults(compare_memory_pool(1000, 2000, 10, thrash_pool_map_list_unaligned()));
 }
 
 //EOF


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk