badger-bench
badger-bench copied to clipboard
Benchmarks of Badger
Trying to run : ~/go/src/github.com/dgraph-io/badger-bench$ sudo go get -t -v github.com/dgraph-io/badger-bench/... github.com/bmatsuo/lmdb-go/lmdb mdb.c: In function \u2018mdb_cursor_put\u2019: mdb.c:6725:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 6725 | if (SIZELEFT(fp) < offset)...
I'm running on centos7 golang version 1.13. I've had a few other build issues that I've worked through (ex. had to add -ldl to rocksdb LDFLAGS) but this one I...
Hi. My environment is macOS 10.13.4,when I try to run BenchmarkSet, it panic like this: ``` ~/work/src/github.com/dgraph-io/badger-bench(master) » go test -run BenchmarkSet -v -bench . panic: runtime error: invalid memory...