Mesrop Gevorgyan
Mesrop Gevorgyan
Hi @zjthappy, please pull `main-dev` branch. There are some fixes there which haven't been merged into `main` yet.
Both gcc-10 and gcc-11 are tested and compile fine.
@zjthappy, you are able to change the benchmark's parameters in the `run.py` script, or you can pass the parameters in the terminal. e.g. `sudo ./run.py -db redis -sz 100MB -wl...
I'm sorry, it had a bug, now you can pull the fix from `main-dev`. Please follow the instruction: 1. Enable database in CMakeList.txt if it isn't enabled by default: set...
> I'm sorry, it had a bug, now you can pull the fix from `main-dev`. > > Please follow the instruction: > > 1. Enable database in CMakeList.txt if it...
> > CMake caches older configs. Any chance you have previously run without Redis and hasn't cleaned the caches since? > > I tried deleting cmake's output directory build_release, and...