al8n / stretto

Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.
Apache License 2.0
412 stars 28 forks source link

get benches running again #5

Closed bddap closed 2 years ago

bddap commented 2 years ago

cd benches && ./bench.sh was failing previously. This pr gets it working again.