perf/run: learn to send output to codespeed server
commitfccec20f0baf9a801fb0f5a53285256a002b42cd
authorChristian Couder <christian.couder@gmail.com>
Fri, 5 Jan 2018 09:12:25 +0000 (5 10:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jan 2018 20:31:08 +0000 (5 12:31 -0800)
tree8c59b75e10fb0689df3368176fe332e14237a928
parent5d6bb930903be48cc3c90adfb88e12461082737d
perf/run: learn to send output to codespeed server

Let's make it possible to set in a config file the URL of
a codespeed server. And then let's make the `run` script
send the perf test results to this URL at the end of the
tests.

This should make is possible to easily automate the process
of running perf tests and having their results available in
Codespeed.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/run