mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reduce the runtime of nudb.recover test
This commit is contained in:
@@ -156,7 +156,6 @@ public:
|
|||||||
test_recover (lf, 0);
|
test_recover (lf, 0);
|
||||||
test_recover (lf, 10);
|
test_recover (lf, 10);
|
||||||
test_recover (lf, 100);
|
test_recover (lf, 100);
|
||||||
test_recover (lf, 1000);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -169,6 +168,7 @@ public:
|
|||||||
run() override
|
run() override
|
||||||
{
|
{
|
||||||
float lf = 0.90f;
|
float lf = 0.90f;
|
||||||
|
test_recover (lf, 1000);
|
||||||
test_recover (lf, 10000);
|
test_recover (lf, 10000);
|
||||||
test_recover (lf, 100000);
|
test_recover (lf, 100000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user