Documentation ¶
Overview ¶
Package testutil contains utils for the tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestCfg = bloomfilter.Config{ N: 100, P: 0.001, HashName: bloomfilter.HASHER_OPTIMAL, } TestCfg2 = bloomfilter.Config{ N: 100, P: 0.00001, HashName: bloomfilter.HASHER_OPTIMAL, } TestCfg3 = bloomfilter.Config{ N: 100, P: 0.001, HashName: bloomfilter.HASHER_DEFAULT, } )
Functions ¶
func CallSet ¶
func CallSet(t *testing.T, set bloomfilter.BloomFilter)
func CallSetUnion ¶
func CallSetUnion(t *testing.T, set1, set2 bloomfilter.BloomFilter)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.