diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-01-10 18:00:15 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-01-10 18:00:21 -0800 |
commit | 320a56b89d3cd86877a50f95e91e01d959a36b23 (patch) | |
tree | 5b5cde4ea49e5b2463a7af7b7e84e32f2fdbaced /benchmark | |
parent | b9cfd9527acad0a686083078863bff028dfd785a (diff) | |
download | node-320a56b89d3cd86877a50f95e91e01d959a36b23.tar.gz |
Bump size of bench histogram to 100ms
Diffstat (limited to 'benchmark')
-rwxr-xr-x | benchmark/plot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/plot.R b/benchmark/plot.R index 34599770e..1f902eddf 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) |