mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +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:
parent
50cf7370ee
commit
b64755d635
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user