From 320a56b89d3cd86877a50f95e91e01d959a36b23 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 10 Jan 2011 18:00:15 -0800 Subject: [PATCH] Bump size of bench histogram to 100ms --- benchmark/plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/plot.R b/benchmark/plot.R index 3459977..1f902ed 100755 --- a/benchmark/plot.R +++ b/benchmark/plot.R @@ -65,7 +65,7 @@ png(filename = hist_png_filename, width = 480, height = 380, units = "px") qplot(ttime, data=data, geom="histogram", main="xxx", binwidth=1, xlab="response time (ms)", - xlim=c(0,50)) + xlim=c(0,100)) print(hist_png_filename) -- 2.7.4