mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
Fixed graph labels
This commit is contained in:
parent
e31f5d2325
commit
33a4dd3841
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user