Skip to content

Commit

Permalink
Merge pull request #19206 from ghalliday/issue32815
Browse files Browse the repository at this point in the history
HPCC-32815 Regression suite - make stresstext timings more representative

Reviewed-By: Attila Vamos <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Nov 4, 2024
2 parents 2c60f61 + 4d5f940 commit 48d4466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/regress/ecl/setup/setuptext.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48d4466

Please sign in to comment.