forked from organicmaps/organicmaps
Removed rolling hash benchmark in debug
This commit is contained in:
parent
9a5c5163e1
commit
fe7224bb87
1 changed files with 2 additions and 1 deletions
|
@ -98,6 +98,7 @@ UNIT_TEST(RollingHasher64)
|
|||
TestRollingHasher<RollingHasher64>();
|
||||
}
|
||||
|
||||
#ifndef DEBUG
|
||||
BENCHMARK_TEST(RollingHasher32)
|
||||
{
|
||||
RollingHasher32 hash;
|
||||
|
@ -119,6 +120,6 @@ BENCHMARK_TEST(RollingHasher64)
|
|||
static_cast<uint64_t>('r') + benchmark.Iteration()));
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#include "../../base/stop_mem_debug.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue