1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Increase baseline of the performance/type test.

Recent performance improvements allow increasing the baseline of this test.

In general it is best if the baseline is large enough to cause the test to blow up if there are performance regressions.
This commit is contained in:
David Steele 2020-03-26 20:52:05 -04:00
parent 50cf7370ee
commit b64755d635

View File

@ -166,7 +166,7 @@ testRun(void)
"\n"
"[target:file]\n");
unsigned int fileTotal = 3000 * (unsigned int)testScale();
unsigned int fileTotal = 100000 * (unsigned int)testScale();
// Because of the way the filenames are formatted they will end up badly out of order. We'll be depending on the sort after
// load the fix this. Normally the files won't need sorting, but a collation issue could well cause problems for us without