mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove MDB from timing test, increase timing test data size
This commit is contained in:
@@ -650,8 +650,8 @@ public:
|
||||
//
|
||||
enum
|
||||
{
|
||||
maxPayloadBytes = 1000,
|
||||
numObjectsToTest = 1000
|
||||
maxPayloadBytes = 2000,
|
||||
numObjectsToTest = 10000
|
||||
};
|
||||
|
||||
// Shorthand type names
|
||||
@@ -1068,10 +1068,11 @@ public:
|
||||
testBackend ("hyperleveldb", seedValue);
|
||||
#endif
|
||||
|
||||
/*
|
||||
#if RIPPLE_MDB_AVAILABLE
|
||||
testBackend ("mdb", seedValue);
|
||||
#endif
|
||||
|
||||
*/
|
||||
#if RIPPLE_SOPHIA_AVAILABLE
|
||||
testBackend ("sophia", seedValue);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user