Removed rolling hash benchmark in debug

This commit is contained in:
Alex Zolotarev 2011-05-26 02:00:17 +02:00 committed by Alex Zolotarev
parent 9a5c5163e1
commit fe7224bb87

View file

@ -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"