goleveldb
goleveldb copied to clipboard
How to test goleveldb by using ycsb? 🆘
Now I have done "go get github.com/syndtr/goleveldb/leveldb",and I need use ycsb to test goleveldb. But ycsb don't support goleveldb, so I need to rewrite the code of ycsb. Unfortunately, I have no idea how to rewrite code, could someone help me? !🆘
https://github.com/pingcap/go-ycsb, you can use go-ycsb to test goleveldb, for client you can refer to badger within go-ycsb