add support for collecting results into simple CSV file
authorTomas Vondra <tomas@2ndquadrant.com>
Thu, 13 Oct 2016 12:48:03 +0000 (14:48 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Mon, 27 Feb 2017 00:32:51 +0000 (01:32 +0100)
commitfe20d05fb812a96de9933c254ecaefb25352254c
tree4d1d9b126ffe6043e9190be603e6bce34dc21f50
parent978f85c05681322a5687e044ce477c7af325e2bc
add support for collecting results into simple CSV file

Originally the results were collected into a JSON format, which is
not very convenient when running ad-hoc benchmarks.
client/benchmarks/runner.py