ktprime / emhash

Fast and memory efficient c++ flat hash map/set
MIT License
435 stars 30 forks source link

missing emhash/bench/martin_bench.cpp #29

Closed renau closed 1 year ago

renau commented 1 year ago

The cmake points to a file that does not exit in the repo.

mkdir build
cd build
cmake ../
...
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Configuring done (3.0s)
CMake Error at CMakeLists.txt:37 (add_executable):
  Cannot find source file:

   XXX/emhash/bench/martin_bench.cpp
ktprime commented 1 year ago

use makefile to compile benchmark code. ( CMakeLists.txt is not updated)

image

ktprime commented 1 year ago

refer to https://github.com/ktprime/emhash/blob/master/bench/README.md to build benchmark code