summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/logging_perf.yml
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-02-28 17:52:53 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-02-28 17:52:53 -0500
commite25af89eaa5fcfd3b5395b766eef4c7d93f44442 (patch)
tree57d58a0511c828d6b88b638f1a59f4ee39503447 /buildscripts/resmokeconfig/suites/logging_perf.yml
parent267b8cce58a08018b98c1fd59cb77c4e6714d08d (diff)
downloadmongo-e25af89eaa5fcfd3b5395b766eef4c7d93f44442.tar.gz
SERVER-33504 Add test suite for resmoke.py logging performance.
Runs a configurable number of "yes" processes for the specified amount of time (in seconds).
Diffstat (limited to 'buildscripts/resmokeconfig/suites/logging_perf.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/logging_perf.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/logging_perf.yml b/buildscripts/resmokeconfig/suites/logging_perf.yml
new file mode 100644
index 00000000000..43ca62183dc
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/logging_perf.yml
@@ -0,0 +1,10 @@
+test_kind: sleep_test
+
+selector:
+ roots: []
+
+executor:
+ fixture:
+ class: YesFixture
+ num_instances: 1
+ message_length: 100