mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-01-13 11:47:10 +00:00
mdbx-testing: уменьшение кол-ва итераций extra/crunched_delete
для Windows.
До этих изменений тесты на CI могли длиться несколько часов и завершаться по таймауту, что неприемлемо.
This commit is contained in:
parent
9fa76a56fc
commit
0178d5b5c8
@ -5,7 +5,7 @@
|
|||||||
#include <random>
|
#include <random>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__)
|
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__) || defined(_WIN32)
|
||||||
#define NN 1024
|
#define NN 1024
|
||||||
#else
|
#else
|
||||||
#define NN 16384
|
#define NN 16384
|
||||||
|
Loading…
Reference in New Issue
Block a user