From b64755d6352c9e3e4ac2508b47e2a223f755afe5 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 26 Mar 2020 20:52:05 -0400 Subject: [PATCH] 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. --- test/src/module/performance/typeTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/module/performance/typeTest.c b/test/src/module/performance/typeTest.c index 2b0c37f69..331ea9700 100644 --- a/test/src/module/performance/typeTest.c +++ b/test/src/module/performance/typeTest.c @@ -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