mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-08 13:52:20 +08:00
mdbx-testing: изменение порядка перебора режимов в "долгом стохастическом".
This commit is contained in:
@@ -394,7 +394,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$EXTRA" != "no" ]; then
|
if [ "$EXTRA" != "no" ]; then
|
||||||
options=(writemap lifo nostickythreads perturb nomeminit nordahead)
|
options=(perturb nomeminit nordahead writemap lifo nostickythreads)
|
||||||
else
|
else
|
||||||
options=(writemap lifo nostickythreads)
|
options=(writemap lifo nostickythreads)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user