I've set up and used parameterized loop count, and it's also documented as a best practice: http://jmeter.apache.org/usermanual/best-practices.html#parameterising_tests. But I was wondering if there's a way to tell JMeter to run the loop indefinitely, similar to what's provided in the GUI - a checkbox option vs providing a # in the text field. Would be nice to have the equivalent in command line parameterization options, perhaps something like a loop value of -1 or 0 means indefinite.
For now, one can use a workaround of using a really high loop count as a stand in to indefinite runs, but that only goes so far.
