Skip to content

Commit b9d3e1f

Browse files
dcouttsjorisdral
andauthored
Update bench/macro/lsm-tree-bench-wp8.hs
Co-authored-by: Joris Dral <[email protected]>
1 parent 2e6573d commit b9d3e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/macro/lsm-tree-bench-wp8.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ mkTableConfigRun GlobalOpts{diskCachePolicy} conf = conf {
185185
LSM.confDiskCachePolicy = diskCachePolicy
186186
}
187187

188-
mkOverrideDiskCachePolicy :: GlobalOpts -> RunOpts -> LSM.TableConfigOverride
189-
mkOverrideDiskCachePolicy GlobalOpts{diskCachePolicy} RunOpts {pipelined} =
188+
mkTableConfigOverride :: GlobalOpts -> RunOpts -> LSM.TableConfigOverride
189+
mkTableConfigOverride GlobalOpts{diskCachePolicy} RunOpts {pipelined} =
190190
LSM.noTableConfigOverride {
191191
LSM.overrideDiskCachePolicy = Just diskCachePolicy,
192192
LSM.overrideMergeBatchSize = if pipelined

0 commit comments

Comments
 (0)