We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03d18a commit a201e32Copy full SHA for a201e32
1 file changed
tests/lmdbxx/lmdb_tests.cpp
@@ -270,7 +270,11 @@ TEST(Lmdbxx, HighLoadTest) {
270
cs::Console::writeLine("Error in database ", e.what());
271
});
272
273
+#ifdef NDEBUG
274
constexpr size_t elementsCount = 50000;
275
+#else
276
+ constexpr size_t elementsCount = 1000;
277
+#endif
278
279
std::string key = "Key";
280
std::string value = "Value";
0 commit comments