diff --git a/bench/zipf.go b/bench/zipf.go index 744db7e03..580214459 100644 --- a/bench/zipf.go +++ b/bench/zipf.go @@ -30,9 +30,9 @@ type ZipfSetBits struct { ProfileExponent float64 `json:"profile-exponent"` ProfileRatio float64 `json:"profile-ratio"` bitmapRng *rand.Zipf - ProfileRng *rand.Zipf - BitmapPerm *PermutationGenerator - ProfilePerm *PermutationGenerator + profileRng *rand.Zipf + bitmapPerm *PermutationGenerator + profilePerm *PermutationGenerator } func (b *ZipfSetBits) Usage() string {