Rework the perffarm client configuration.
authorTomas Vondra <tv@fuzzy.cz>
Wed, 10 Aug 2016 22:46:26 +0000 (00:46 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
Mon, 27 Feb 2017 00:23:42 +0000 (01:23 +0100)
commitfd2d80d799a550ebd08d61bde70d42b62ec70710
treefd1c25c4c186e61b739950c319b62e95c7a2d029
parente3f40ddd57b3f9751b511fbf3466ddb31e5083b4
Rework the perffarm client configuration.

Instead of configuration hardcoded into the perffrarm-client.py
script, move it into a separate settings.py file, and allow
override using settings_local.py (not required).

Also somewhat improve the benchmark configurations by allowing
specifying number of runs, durations etc. in the configuration
file (instead of using default parameter values).
client/.gitignore [new file with mode: 0644]
client/benchmarks/pgbench.py
client/perffarm-client.py
client/settings.py [new file with mode: 0644]