diff options
author | Henrik Ingo <henrik.ingo@mongodb.com> | 2017-11-20 13:03:34 +0200 |
---|---|---|
committer | Henrik Ingo <henrik.ingo@mongodb.com> | 2017-11-20 13:17:46 +0200 |
commit | af4c6c9b6ade5d1cb2a7412d49d864edc71bab9f (patch) | |
tree | b1c585258c84836e79cc7c92c399299c78e2af38 /etc | |
parent | e608b8b3490ac7a1bbb717411d6499c2d45b21f6 (diff) | |
download | mongo-af4c6c9b6ade5d1cb2a7412d49d864edc71bab9f.tar.gz |
SERVER-32011 Disable --ycsb-throughput-analysis in system_perf.yml
(cherry picked from commit b73d85120498f49e44d2ad3329d33b4de595715c)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index efb2aea1d59..d2b6cccd9d3 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -338,7 +338,9 @@ tasks: - func: "make test log artifact" - func: "analyze" vars: - script_flags: --ycsb-throughput-analysis reports + # Disabling --ycsb-throughput-analysis until BF-7153 fixed + # script_flags: --ycsb-throughput-analysis reports + script_flags: reports - name: industry_benchmarks_MMAPv1 depends_on: |