dgraph-io / ristretto

A high performance memory-bound Go cache

Home Page:https://dgraph.io/blog/post/introducing-ristretto-high-perf-go-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`bench` fails to build

h8liu opened this issue · comments

# github.com/dgraph-io/ristretto/bench
src/github.com/dgraph-io/ristretto/bench/bench.go:325:10: undefined: ristretto.PolicyLog

Found by gopkgs.io

Thanks for the heads up. We just overhauled the hit ratio tracking in Ristretto so I'm going to have to decouple bench and add my own tracking. Give me a few hours.

Sorry for the breakage. Did the change late night and was more focused on the performance and coverage. Thanks Karl for taking care of it.

Fixed in #35.