From 4d5f940bfde556c258c2ddb0b0fce4fcbad3653d Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Fri, 18 Oct 2024 09:19:03 +0100 Subject: [PATCH] HPCC-32815 Regression suite - make stresstext timings more representative - avoid compressing search source otherwise the decompression locking predominates Signed-off-by: Gavin Halliday --- testing/regress/ecl/setup/setuptext.ecl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/regress/ecl/setup/setuptext.ecl b/testing/regress/ecl/setup/setuptext.ecl index 8f9d961b6e1..4b7f46d3891 100644 --- a/testing/regress/ecl/setup/setuptext.ecl +++ b/testing/regress/ecl/setup/setuptext.ecl @@ -539,7 +539,7 @@ shakespeareStream := normalizeWordFormat(convertTextFileToInversion(4, Directory doCreateSearchDocument() := FUNCTION projected := TABLE(inputStream, { kind, word, doc, segment, wpos }); resorted := SORT(projected, kind, word, doc, segment, wpos, LOCAL); // Ensure the ordering is consistent - RETURN OUTPUT(projected,, Files.NameSearchSource, THOR, OVERWRITE, COMPRESSED); + RETURN OUTPUT(projected,, Files.NameSearchSource, THOR, OVERWRITE, UNCOMPRESSED); // Do not compress the output, otherwise it skews the timings for stresstext.ecl END; exports := MODULE