Skip to content

Commit ab85245

Browse files
improve stress test result printout
1 parent 3e5509d commit ab85245

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/servicebus/azure-servicebus/tests/stress_tests/stress_test_base.py

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ def __init__(self):
3838
self.total_sent=0
3939
self.total_received=0
4040

41+
def __repr__(self):
42+
return str(vars(self))
43+
4144

4245
class StressTestRunner:
4346
'''Framework for running a service bus stress test.

0 commit comments

Comments
 (0)