smallnest / kvbench

Server for benchmarking pure Go key/value databases
MIT License
154 stars 31 forks source link

wrong store in cmd/cli/main.go #19

Closed marcelloh closed 1 year ago

marcelloh commented 1 year ago

line 358

    case "pebble":
        if path == "" {
            path = "pebble.db"
        }
        store, err = kvbench.NewRocksdbStore(path, fsync)
smallnest commented 1 year ago

fixed. thanks