mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 22:14:26 +02:00
Reduce bench constants for debug modes
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
Reference in New Issue
Block a user