Don't run rocksdb benchmark in debug mode

Reviewed By: jvillard

Differential Revision: D2994168

fb-gh-sync-id: 47f19cd
shipit-source-id: 47f19cd
master
Andrzej Kotulski 9 years ago committed by Facebook Github Bot 3
parent 38ae6bea50
commit 7d425f22c2

@ -301,6 +301,7 @@ class AnalyzerWrapper(object):
elif self.args.debug_exceptions:
infer_options.append('-developer_mode')
infer_options.append('-print_buckets')
self.args.no_filtering = True
if self.args.reactive:

Loading…
Cancel
Save