evennia/src/utils/dummyrunner
2013-11-27 16:57:41 +01:00
..
__init__.py Some fixes to dummyrunner. 2012-09-03 22:29:01 +02:00
dummyrunner.py Refactored amp.py to more cleanly splitting long AMP messages also during server sync (this could cause errors with a large number of connected players). Also fixed an issue with the lockstring get:all() being set by @create despite it not needing to (overloading changes in the typeclass). 2013-11-27 16:57:41 +01:00
dummyrunner_actions.py Refactored amp.py to more cleanly splitting long AMP messages also during server sync (this could cause errors with a large number of connected players). Also fixed an issue with the lockstring get:all() being set by @create despite it not needing to (overloading changes in the typeclass). 2013-11-27 16:57:41 +01: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.