Fully clean up before each round of benchmarks in RangeFindBenchmark.cpp
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 22 Sep 2015 21:03:09 +0000 (14:03 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Tue, 22 Sep 2015 21:20:18 +0000 (14:20 -0700)
commit4bfa1a41db9d1e54ffb9a32aa9d39c8bd6e28b02
tree539f52353e9bc233035a6a93644e379db96fc55d
parente8c07bf4d7268902625b77e55a11d61bb4a2205e
Fully clean up before each round of benchmarks in RangeFindBenchmark.cpp

Summary: [Folly] Fully clean up before each round of benchmarks in `RangeFindBenchmark.cpp`.

The `vstr` and `vstrp` globals need to be cleaned up before each round of benchmarks.

Reviewed By: @​@​nbronson

Differential Revision: D2467254
folly/test/RangeFindBenchmark.cpp