evennia/evennia/server/profiling
2021-10-08 22:46:50 +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 Cleaned up dummyrunner and fixed a lot of issues 2021-06-02 00:27:40 +02:00
dummyrunner_settings.py Ask for confirm in default account creation. Resolves #1523 2021-10-08 22:46:50 +02:00
memplot.py Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
README.md Modify package template 2020-07-10 17:58:07 +02:00
settings_mixin.py Cleaned up dummyrunner and fixed a lot of issues 2021-06-02 00:27:40 +02:00
test_queries.py Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +02:00
tests.py Ask for confirm in default account creation. Resolves #1523 2021-10-08 22:46:50 +02: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.