We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cfd95 commit 320a56bCopy full SHA for 320a56b
1 file changed
benchmark/plot.R
@@ -65,7 +65,7 @@ png(filename = hist_png_filename, width = 480, height = 380, units = "px")
65
qplot(ttime, data=data, geom="histogram",
66
main="xxx",
67
binwidth=1, xlab="response time (ms)",
68
- xlim=c(0,50))
+ xlim=c(0,100))
69
70
print(hist_png_filename)
71
0 commit comments