You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set title "# Requests: 500 | Concurrency: 100 - coronagrival.juanbaptiste.tech"
# nicer aspect ratio for image size
set size 1,0.7
# y-axis grid
set grid y
# x-axis label
set xlabel "Percentile of Users"
# y-axis label
set ylabel "Response time \(ms\)"
set pointsize 1
set datafile separator ","
plot "/home/juancho/git/apachebench-graph/results/coronagrival.juanbaptiste.tech/2019-11-21-21-57-05/percentages.csv.fixed" with lines title "coronagrival.juanbaptiste.tech"