Re: [PATCH v2 3/7] perf/aggregate: implement codespeed JSON output

2017-12-28 Thread Junio C Hamano
Christian Couder writes: > ... > +sub print_codespeed_results { > + my ($results_section) = @_; > + > + #use Data::Dumper qw/ Dumper /; > + #print Dumper(\@data); Perhaps lose these. It is OK to keep the code live and hide it behind --debug or something,

[PATCH v2 3/7] perf/aggregate: implement codespeed JSON output

2017-12-26 Thread Christian Couder
Codespeed (https://github.com/tobami/codespeed/) is an open source project that can be used to track how some software performs over time. It stores performance test results in a database and can show nice graphs and charts on a web interface. As it can be interesting to Codespeed to see how Git