issues
search
pingcap
/
go-ycsb
A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
602
stars
244
forks
source link
Add CSV output
#256
Closed
jeffa5
closed
2 years ago
jeffa5
commented
2 years ago
Record start time in measurements
Adds the CSV measurement type
Adds configurable writing to file for measurements
Rework measurement reporting to be handled inside the measurement type (histograms output different structure to csv)
This removes the
Info
and
Summary
methods providing a simpler interface
Add output configuration section to README
Fixes #255
Info
andSummary
methods providing a simpler interfaceFixes #255