Fix off-by-one affecting benchmark numbers in folly/io.
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 3 Mar 2014 22:33:02 +0000 (14:33 -0800)
committerDave Watson <davejwatson@fb.com>
Mon, 10 Mar 2014 20:50:23 +0000 (13:50 -0700)
commita640baa1b296bc03a7c2e44509e7eca92395ef6c
treedeb422d2c105d8ea5323a861f019faa544d7380e
parentac11c858eedc1d730af036c1022eccb77e04431b
Fix off-by-one affecting benchmark numbers in folly/io.

Summary: Fix off-by-one affecting benchmark numbers in folly/io.

Test Plan:
$ fbconfig -r folly/io/test
$ fbmake --fast opt
$ _build/opt/folly/io/test/iobuf_cursor_test --benchmark
$ _build/opt/folly/io/test/iobuf_network_bench --benchmark

Reviewed By: simpkins@fb.com

FB internal diff: D1199679

Blame Revision: D344018
folly/io/test/IOBufCursorTest.cpp
folly/io/test/NetworkBenchmark.cpp