Tommi Virtanen
|
dff6b568e4
|
Use gevent Groups to manage groups of workers.
This mostly adds convenience functions, but it's nice to have.
|
2011-07-20 11:06:30 -07:00 |
|
Tommi Virtanen
|
fe749adebf
|
pep8 cleanup.
|
2011-07-19 09:09:51 -07:00 |
|
Steven Berler
|
c312832c70
|
use time.time() instead of time.clock()
We want to measure actual time, not cpu time.
|
2011-07-14 11:40:26 -07:00 |
|
Steven Berler
|
7b51f55a1b
|
fix zero devision error in readwrite test
Was dividing by 0 if somehow it managed to upload or download a file
in under .01 seconds.
|
2011-07-14 11:00:48 -07:00 |
|
Tommi Virtanen
|
02a4c82dfa
|
Make generate_objects.py and rand_readwrite.py inside the package.
Handle dependencies properly. Now e.g. "./bootstrap &&
./virtualenv/bin/s3tests-test-readwrite" should just work.
|
2011-07-13 13:52:54 -07:00 |
|