From a2a883318b61ac12ee4a23a4d53e6d8a12173b0a Mon Sep 17 00:00:00 2001 From: Leonidas Galanis Date: Tue, 21 Mar 2017 12:47:36 -0700 Subject: [PATCH] remove deleted option from benchmark.sh Summary: Removed max_grandparent_overlap_factor from benchmark.sh since it is not a valid option anymore. Closes https://github.com/facebook/rocksdb/pull/2015 Differential Revision: D4748229 Pulled By: lgalanis fbshipit-source-id: c3869ea --- tools/benchmark.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/benchmark.sh b/tools/benchmark.sh index 708c22e599..46e1c6567d 100755 --- a/tools/benchmark.sh +++ b/tools/benchmark.sh @@ -86,7 +86,6 @@ const_params=" \ --verify_checksum=1 \ --delete_obsolete_files_period_micros=$((60 * M)) \ - --max_grandparent_overlap_factor=8 \ --max_bytes_for_level_multiplier=8 \ \ --statistics=0 \