Revision 4910
Added by daigle over 14 years ago
read-load-test.py | ||
---|---|---|
83 | 83 |
debug("[%s] -- ERROR: %s" % (docid, response)) |
84 | 84 |
t2 = time() |
85 | 85 |
|
86 |
for i in range(1,iterations):
|
|
86 |
for i in range(0,iterations):
|
|
87 | 87 |
t1 = time() |
88 | 88 |
|
89 | 89 |
debug("[%s] -- Processing Read" % (docid)) |
Also available in: Unified diff
Update load testing scripts