Fixed graph labels

This commit is contained in:
visionmedia 2010-04-22 13:43:11 -07:00
parent e31f5d2325
commit 33a4dd3841

View File

@ -24,8 +24,8 @@ set title "$1"
set size 1,0.7
set grid y
set key left top
set xlabel "request percentage"
set xlabel "response time (ms)"
set xlabel "request"
set ylabel "response time (ms)"
plot "benchmarks/$2" using 10 with lines title "node", \\
"benchmarks/$3" using 10 with lines title "express", \\
"benchmarks/$4" using 10 with lines title "sinatra thin"