Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 517 Bytes

readme.md

File metadata and controls

23 lines (20 loc) · 517 Bytes

To build, run

mkdir -p build
cd build
cmake ..
make -j

For microbenchmarks, run ./bin/CK.

For end-to-end tests, run

./server -o -i 0.0.0.0:6666 -t 10 -g 13 -d 7000
./online_client_eval -i [XXX.XXX.XXX.XXX]:6666 -t 10 -l 100 -g 13 -d 7000

where the parameters are

-i [ip addr] 
-t [fixed time (0.01 per unit)] -l [offer load] 
-g [upper lg db size] -d [db size] 

Please refer to https://github.com/dimakogan/checklist/tree/master as a more refined version of CK protocol implementation.