evennia/evennia/server/profiling
2024-04-01 17:51:05 +02: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 Apply black to codes 2024-04-01 17:51:05 +02:00
dummyrunner_settings.py Apply black to codes 2024-04-01 17:51:05 +02:00
memplot.py Ran black on sources 2023-11-02 20:58:03 +01:00
README.md Modify package template 2020-07-10 17:58:07 +02:00
settings_mixin.py Run black reformatter on code 2022-02-08 13:03:52 +01:00
test_queries.py Ran black on sources 2023-11-02 20:58:03 +01:00
tests.py Format code imports 2022-11-10 22:21:12 +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.