add bm_max/min_iters and bm_regex
authorSpencer Ahrens <sahrens@fb.com>
Sat, 30 Jun 2012 18:01:06 +0000 (11:01 -0700)
committerTudor Bosman <tudorb@fb.com>
Fri, 13 Jul 2012 23:27:38 +0000 (16:27 -0700)
commit13692fcfcee59d9ff1f1a3c291ee0ae13cf5d873
tree3568f0a8a6983ba5546ead0f82bde7b59f9f986e
parent9766ab7cd5d31352d93b712a395d611805554dc7
add bm_max/min_iters and bm_regex

Summary: These were handy in the old framework and easy enough to add.

Test Plan:
ran ThreadCachedIntTest - got better (but not perfect due to
subtraction of single-threaded baseline from multi-threaded results).

Reviewed By: sherman.ye@fb.com

FB internal diff: D490324
folly/Benchmark.cpp
folly/Benchmark.h
folly/test/ThreadCachedIntTest.cpp