basho / basho_bench

A load-generation and testing tool for basically whatever you can write a returning Erlang function for.
Apache License 2.0
311 stars 197 forks source link

Add missing column specifiers in gnuplot latency script #199

Closed shino closed 8 years ago

shino commented 8 years ago

Before this PR the script to display latencies via gnuplot does not recognize min and errors.

Example command line:

% ./priv/gp_latencies.sh -k "min,mean" -t x11
% ./priv/gp_latencies.sh -k "errors" \
     -p "set title \"Error count\"; set ylabel \"Errors\"" -t x11
slfritchie commented 8 years ago

I'll merge today, thanks, Shino!