summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py b/src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py
index 4d210a572b7..a440b36449f 100644
--- a/src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py
+++ b/src/third_party/wiredtiger/bench/wtperf/wtperf_run_py/wtperf_config.py
@@ -38,7 +38,9 @@ class WTPerfConfig:
run_max: int = 1,
verbose: bool = False,
git_root: str = None,
- json_info: dict = {}):
+ json_info=None):
+ if json_info is None:
+ json_info = {}
self.wtperf_path: str = wtperf_path
self.home_dir: str = home_dir
self.test: str = test