evennia/evennia/server/profiling
2020-10-08 23:35:31 +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 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
dummyrunner_settings.py Resolve merge conflicts 2020-10-08 23:35:31 +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 Format code with black. Add makefile to run fmt/tests 2019-09-28 18:18:11 +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 Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49: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.