Ian Goldberg 1db10050c3 Also run 2^30 sized binary search %!s(int64=2) %!d(string=hai) anos
..
README.md a72e2317e5 readme %!s(int64=2) %!d(string=hai) anos
repro 751fd5958f Inherit PRAC NUMA env vars, if set %!s(int64=2) %!d(string=hai) anos
repro-bs-const-db.sh a7bf56c09b Gather and parse data for Figures 6 and 7 %!s(int64=2) %!d(string=hai) anos
repro-bs.sh 1db10050c3 Also run 2^30 sized binary search %!s(int64=2) %!d(string=hai) anos
repro-reads-const-db.sh a7bf56c09b Gather and parse data for Figures 6 and 7 %!s(int64=2) %!d(string=hai) anos
repro-reads.sh a7bf56c09b Gather and parse data for Figures 6 and 7 %!s(int64=2) %!d(string=hai) anos

README.md

Building the docker

cd docker Build the docker image with ./build-docker Start the dockers with ./start-docker This will start three dockers, each running one of the parties.

Setting the network parameters

./set-networking 30ms 100mbit

Generating raw data for the binary search experiments

cd prac

Generating data for Figure 7 a)

Open the file repro-bs-const-db.sh Change the variable nitrs to the number of times you would like run each experiment Generate the raw data for Figure 7a) using sh repro-bs-const-db.sh

Generating data for Figures 7 b) and 7 c)

Open the file repro-bs.sh Change the variable nitrs to the number of times you would like run each experiment Generate the raw data for Figure 7b) and 7c) using sh repro-bs.sh