Project

General

Profile

« Previous | Next » 

Revision 4910

Added by daigle about 15 years ago

Update load testing scripts

View differences:

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