I had long ago built in a model for doing "performance tests" that used:
https://github.com/carrotsearch/junit-benchmarks I thought we would at some point in the future build those out further but that hasn't really happened. I'd probably just not worry about them at this point, but while talking to Ted about it, I learned that carrotsearch has stopped development on their project and are instead directing folks to use JMH: http://openjdk.java.net/projects/code-tools/jmh/ I think we should just consider dropping the carrotsearch tests in light of this - perhaps do a review to see if there are any tests worth moving to unit or integration tests. Then we consider a better model for performance testing with JMH (or something else) going forward. Thoughts?
