evennia/src/utils/dummyrunner
2014-11-24 20:03:20 +01:00
..
__init__.py Some fixes to dummyrunner. 2012-09-03 22:29:01 +02:00
dummyrunner.py Some tweaks for testing. 2014-11-24 20:03:20 +01:00
dummyrunner_actions.py Some tweaks for testing. 2014-11-24 20:03:20 +01:00
memplot.py Merged Memory modification branch with main. Includes some more testing. 2014-06-06 11:37:20 +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.