pingcap / go-ycsb

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

ycsb workload for foundationdb #295

Open dipshirajput opened 5 months ago

dipshirajput commented 5 months ago

Hi,

while I am trying to load the foundationdb with workloads, i am unable to get the desired results. it says "foundationdb is not registered" .

please let me know how can i configure YCSB to work with foundationdb ?

Thanks, Dipshi singh

Rjerk commented 3 months ago

go build -tags "foundationdb" -o bin/go-ycsb cmd/go-ycsb/* should work.