summaryrefslogtreecommitdiff
path: root/bin/generate_performance_chart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/generate_performance_chart.sh')
-rwxr-xr-xbin/generate_performance_chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/generate_performance_chart.sh b/bin/generate_performance_chart.sh
index ebff5f13c96..4bdab1d4432 100755
--- a/bin/generate_performance_chart.sh
+++ b/bin/generate_performance_chart.sh
@@ -8,7 +8,7 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (YYYYMMDD)'
set ylabel 'Throughput (Requests/Second)'
- set terminal png small size 800,600 color
+ set terminal png small color
set yrange [4000:25000]
set output "$2"
plot '$1' using 1:2 title '$3' w l