Remove MDB from timing test, increase timing test data size

This commit is contained in:
Vinnie Falco
2013-09-19 18:44:13 -07:00
parent 6d1796725b
commit fad8b0406e

View File

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