mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove incompatible example from bindings-bytebuffers
This commit is contained in:
@@ -21,9 +21,6 @@ bindings:
|
|||||||
# control the size of the extracted sample with a hash range
|
# control the size of the extracted sample with a hash range
|
||||||
hashed_bb_sizerange: ByteBufferSizedHashed(HashRange(1,10)); ToHexString();
|
hashed_bb_sizerange: ByteBufferSizedHashed(HashRange(1,10)); ToHexString();
|
||||||
|
|
||||||
# control the size of the extracted sample based on a continuous function
|
|
||||||
hashed_bb_size_normal: ByteBufferSizedHashed(Normal(5.0, 1.0)); ToHexString();
|
|
||||||
|
|
||||||
# control the size of the extracted sample based on a discrete function
|
# control the size of the extracted sample based on a discrete function
|
||||||
hashed_bb_size_binomial: ByteBufferSizedHashed(Binomial(8,0.5)); ToHexString();
|
hashed_bb_size_binomial: ByteBufferSizedHashed(Binomial(8,0.5)); ToHexString();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user