evennia/src/utils/dummyrunner
2014-05-18 10:54:04 +02:00
..
__init__.py Some fixes to dummyrunner. 2012-09-03 22:29:01 +02:00
dummyrunner.py Added some dummyrunner extra output 2014-05-12 09:11:11 +02:00
dummyrunner_actions.py Fixed flush protection for instances, memory is successfully made available on an idmapper flush now. 2014-05-17 14:38:43 +02:00
memplot.py Made more work around memory profiling, added a small Script and display program for logging memory usage 2014-05-18 10:54:04 +02:00
README.txt Moved dummyrunner into a separate directory under src/utils 2012-09-03 21:54:13 +02:00
test_queries.py Adding caching to tags and attribute lookups. Leads to a noticeable speed improvement. 2013-10-20 21:02:37 +02:00

Dummyrunner

This is a test system for stress-testing the server. It will launch numbers
of "dummy players" to connect to the server and do various sequences of actions.
See header of dummyrunner.py for usage.