Remove flaky eunit test.

This test is a race benchmark to prove khash is faster than dict. It was used in early stages of development. In the context of eunit tests it has the potential to fail occasionally and make test suite results unreliable.

 COUCHDB-2848
1 file changed
tree: 08c8649d59917fd10124e34a47453823d3766025
  1. c_src/
  2. src/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. Makefile
  8. README.md
  9. rebar.config
README.md

khash

This is a basic NIF wrapper around Kazlib's hash data structure.