evennia/evennia/server/profiling
Ahmed Charles cbe1eefcf0 Move to python3 style division.
All of these are currently integer division in python2.
2015-11-01 20:47:18 +00: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 Move to python3 style division. 2015-11-01 20:47:18 +00:00
dummyrunner_settings.py Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. 2015-05-14 17:57:49 +02:00
memplot.py Move to python3 style division. 2015-11-01 20:47:18 +00: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 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
test_queries.py Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
timetrace.py Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01: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.