Revision 4910
Added by daigle over 14 years ago
squery-load-test.py | ||
---|---|---|
71 | 71 |
if response.find("<resultset>") != -1: |
72 | 72 |
debug("[%s] -- SUCCESS: elapsed time: %.5f seconds" % (word, t2-t1)) |
73 | 73 |
else: |
74 |
debug("[%s] -- ERROR: " % (word), response)
|
|
74 |
debug("[%s] -- ERROR: %s " % (word, response))
|
|
75 | 75 |
|
76 | 76 |
iter_count = iter_count + 1 |
77 | 77 |
debug2("iter_count: %d, iterations: %d" % (iter_count, iterations)) |
Also available in: Unified diff
Update load testing scripts