pingcap / go-ycsb

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

Reduce Go import burden #261

Open griffin opened 1 year ago

griffin commented 1 year ago

Hello, I'm interested in using this package to benchmark some internal systems, but the repo as a whole is pretty difficult to import because it is one giant Go module with imports of many database libraries we have pinned internally.

Would the maintainers be open to splitting the code into three types of modules?