Skip to content

Commit

Permalink
Merge pull request #17754 from ghalliday/inplacescripts
Browse files Browse the repository at this point in the history
HPCC-30249 Release scripts for testing new indexes

Reviewed-by: Mark Kelly [email protected]
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Sep 26, 2023
2 parents 85f7c98 + e3f7710 commit ea83f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/regress/ecl/stresstext.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import ^ as root;
multiPart := #IFDEFINED(root.multiPart, true);
variant := #IFDEFINED(root.variant, '');
numJoins := #IFDEFINED(root.numJoins, 40);

//--- end of version configuration ---

Expand Down Expand Up @@ -71,4 +72,4 @@ createSamples(iters, numRows) := FUNCTIONMACRO
RETURN o;
ENDMACRO;

createSamples(40, 60000);
createSamples(numJoins, 60000);

0 comments on commit ea83f76

Please sign in to comment.