pingcap / go-ycsb

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

Add support for raw measurement data #255

Closed jeffa5 closed 2 years ago

jeffa5 commented 2 years ago

Currently the options for getting raw measurement data out (see below) are not implemented. It would be great to have these for more fine-grained analysis of the runs.

https://github.com/pingcap/go-ycsb/blob/d0a53f45c606f87675cf26748eb611b0630990e9/workloads/workload_template#L121-L137

dbsid commented 2 years ago

Could you submit a PR to implement this feature, we're more than happy to review it.