Reduce bench constants for debug modes

This commit is contained in:
Ion Gaztañaga
2016-02-23 13:29:15 +01:00
parent 530713139d
commit e6182f025c

View File

@@ -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 };