benchmark: make sure `_hgserve` on BaseExchangeMixin object
In some situation, the tear down might try to access an attribute not initialized yet. This is annoying since this usually hide the initial error. To avoid that, we set the default attribute value on the class to make sure the tear down find an appropriate value.
Loading
Please register or sign in to comment