Hi, > Anyone have thoughts on performance checking to ensure that future > performance degradation is caught?
Usually I just add a couple of unit tests that assert the time run < some reasonable value. No idea how easy that is to do in this case. Thanks, Justin