From e6182f025c71a0d33e3b310c2345de2c9d754ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 23 Feb 2016 13:29:15 +0100 Subject: [PATCH] Reduce bench constants for debug modes --- test/alloc_full_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/alloc_full_test.cpp b/test/alloc_full_test.cpp index a88c560..54e1160 100644 --- a/test/alloc_full_test.cpp +++ b/test/alloc_full_test.cpp @@ -21,7 +21,7 @@ namespace boost { namespace container { namespace test { -static const int NumIt = 2000; +static const int NumIt = 200; enum deallocation_type { DirectDeallocation, InverseDeallocation, MixedDeallocation, EndDeallocationType };