diff --git a/src/utils/dummyrunner/README.txt b/src/utils/dummyrunner/README.txt new file mode 100644 index 0000000000..ce02934687 --- /dev/null +++ b/src/utils/dummyrunner/README.txt @@ -0,0 +1,6 @@ + +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. diff --git a/src/utils/dummyrunner.py b/src/utils/dummyrunner/dummyrunner.py similarity index 100% rename from src/utils/dummyrunner.py rename to src/utils/dummyrunner/dummyrunner.py diff --git a/src/utils/dummyrunner_actions.py b/src/utils/dummyrunner/dummyrunner_actions.py similarity index 100% rename from src/utils/dummyrunner_actions.py rename to src/utils/dummyrunner/dummyrunner_actions.py