Merge pull request #3699 from RosettaCommons/roccomoretti/reduce_hotspot_runtime
Reduce the runtime of the hotspot_hashing integration test.
A quick profiling of the runtime pointed toward a loop which may have been doing more cycles than strictly necessary. Add a new option which allows us to cut down on those cycles (for the integration test, at least.)