Shift the exception tracer benchmark and test into the test directory
authorChristopher Dykes <cdykes@fb.com>
Wed, 21 Jun 2017 18:22:23 +0000 (11:22 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 21 Jun 2017 18:42:36 +0000 (11:42 -0700)
commit51e345da33505616db9804d98145a33f5eaf930c
treea94cfd7b12eedc0cb423864c15db40df893dbe91
parent614cc8c369e104da1daeffe7f9d29d513ebac7e5
Shift the exception tracer benchmark and test into the test directory

Summary: Tests and benchmarks don't belong in the same directory as source code.

Reviewed By: yfeldblum

Differential Revision: D5288080

fbshipit-source-id: 865c6dfbeff751bda49870e5284e168d33aff256
folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp [deleted file]
folly/experimental/exception_tracer/ExceptionTracerTest.cpp [deleted file]
folly/experimental/exception_tracer/test/ExceptionTracerBenchmark.cpp [new file with mode: 0644]
folly/experimental/exception_tracer/test/ExceptionTracerTest.cpp [new file with mode: 0644]