Skip to content

Commit 320a56b

Browse files
committed
Bump size of bench histogram to 100ms
1 parent b9cfd95 commit 320a56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ png(filename = hist_png_filename, width = 480, height = 380, units = "px")
6565
qplot(ttime, data=data, geom="histogram",
6666
main="xxx",
6767
binwidth=1, xlab="response time (ms)",
68-
xlim=c(0,50))
68+
xlim=c(0,100))
6969

7070
print(hist_png_filename)
7171

0 commit comments

Comments
 (0)