folly/experimental/test/BitsBenchmark.cpp: avoid -Wsign-compare error
authorJim Meyering <meyering@fb.com>
Tue, 6 Jan 2015 23:29:48 +0000 (15:29 -0800)
committerViswanath Sivakumar <viswanath@fb.com>
Tue, 13 Jan 2015 19:01:04 +0000 (11:01 -0800)
commit314f48ccd34b6225b2ed572826bc018dabfbb97b
treebe3b60415b8467907733cd35964a8690ed2c3045
parent042bbfeb7aee1aa37567d48d1dc50eb4d82b5811
folly/experimental/test/BitsBenchmark.cpp: avoid -Wsign-compare error

Summary:
* folly/experimental/test/BitsBenchmark.cpp (benchmarkSet):
Another s/int/size_t/ change to type of for-loop index, to match
the type of the loop's upper bound.

Test Plan:
Run this and note there are fewer errors than before:
fbconfig --platform-all=gcc-4.9-glibc-2.20 -r folly && fbmake dbgo

Reviewed By: davejwatson@fb.com

Subscribers: folly-diffs@

FB internal diff: D1767853

Tasks: 5941250

Signature: t1:1767853:1420587945:f32a0ef33f6c5fa75598ecb114a243f83b31e550
folly/experimental/test/BitsBenchmark.cpp