Move StringTest benchmarks into StringBenchmark.cpp
authorMichael Lee <mzlee@fb.com>
Wed, 20 Jan 2016 15:10:31 +0000 (07:10 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 20 Jan 2016 15:20:30 +0000 (07:20 -0800)
commitf00612cfebc7082dac3aba6a47f7ba93af2951ec
tree3d43fe302032ca033bb70349198d42851624a569
parentedc4bd3f8833c5da2d46c03492748119585a1806
Move StringTest benchmarks into StringBenchmark.cpp

Summary: StringTest.cpp is a mix of benchmarks and normal unittests. Fixing this.

Reviewed By: yfeldblum

Differential Revision: D2840804

fb-gh-sync-id: d3efc357f5f09385e9f69b70e38b64d59045ff0d
folly/test/Makefile.am
folly/test/StringBenchmark.cpp
folly/test/StringTest.cpp