evennia/evennia/server/profiling
2019-03-04 22:32:51 +01:00
..
__init__.py Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! 2015-02-10 21:13:10 +01:00
dummyrunner.py Merge with develop and fix merge conflicts 2018-10-01 20:58:16 +02:00
dummyrunner_settings.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
memplot.py Fix merge conflicts 2019-01-01 15:19:20 +01:00
README.txt Made dummyrunner work with a settings mixin for setting the hasher and permission of clients. MUCH faster dummyrunner operation now! 2015-02-10 21:13:10 +01:00
settings_mixin.py Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +02:00
test_queries.py Run 2to3. 2017-10-29 13:40:30 -04:00
tests.py Fix merge conflicts 2019-03-04 22:32:51 +01:00
timetrace.py Run 2to3. 2017-10-29 13:40:30 -04: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.