test-profiles
test-profiles copied to clipboard
windows/redis-1.0.1 compilation fails on Linux
I wanted to use that profile to compare Windows & Linux performance, since pts/redis is not compatible with Windows.
Getting this error:
gcc: error: ../deps/geohash-int/geohash_helper.o: No such file or directory
The fix is to change install.sh
by changing the following line:
make hiredis jemalloc linenoise lua
To:
make hiredis jemalloc linenoise lua geohash-int