Add a benchmark for the [`find()`](http://kylelutz.github.io/compute/boost/compute/find.html) algorithm (i.e. `perf_find`). See the [`perf/perf_count.cpp`](https://github.com/kylelutz/compute/blob/master/perf/perf_count.cpp) benchmark for an example/template. It would also be good to add a corresponding benchmark for the STL `std::find()` algorithm (i.e. `perf_stl_find`).