add bench for google's cityhash function (64bit, http://code.google.com/p/cityhash/)
authordiscomfitor <discomfitor>
Tue, 12 Apr 2011 23:12:52 +0000 (23:12 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Apr 2011 23:12:52 +0000 (23:12 +0000)
commit8106d8139d62d37ee1da68576e69e6fbb1a9e07d
tree4899c6472571c51c916a24364036b8ed0000d08b
parent896907f61d988ab5ba62e3b4d47c2bd2bc249c2d
add bench for google's cityhash function (64bit, code.google.com/p/cityhash/)
convenient graph of output can be found at http://www.enlightenment.org/~discomfitor/hash_bench.png

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@58610 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
src/tests/Makefile.am
src/tests/city.cc [new file with mode: 0644]
src/tests/city.h [new file with mode: 0644]
src/tests/eina_bench.c
src/tests/eina_bench_hash.c