FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Define benchmark output format #38

Closed jaffee closed 7 years ago

jaffee commented 7 years ago

Right now benchmarks output map[string]interface{}, but this makes summarizing results difficult. I'd like to define some common fields in a struct, while keeping one field as map[string]interface{} for extra data which is unique to a specific benchmark.