pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
594 stars 243 forks source link

Foundationdb is no longer supported anymore? #282

Open Lixinran1826 opened 1 year ago

Lixinran1826 commented 1 year ago

I'm trying to test foundationdb performance with go-ycsb, and receive this error: foundationdb is not registered. Does this mean that ycsb no longer supports foundationdb?

logo306142054 commented 1 year ago

add a new import _ "github.com/pingcap/go-ycsb/db/foundationdb" to register FoundationDB database in the file cmd/go-ycsb/main.go

dbsid commented 1 year ago

add a new import _ "github.com/pingcap/go-ycsb/db/foundationdb" to register FoundationDB database in the file cmd/go-ycsb/main.go

could you submit a PR to fix this issue?

logo306142054 commented 1 year ago

@dbsid the latest code has imported the foundationdb library