|
@@ -9,7 +9,7 @@ This will start three dockers, each running one of the parties.
|
|
|
|
|
|
## Setting the network parameters
|
|
## Setting the network parameters
|
|
|
|
|
|
-./set-networking
|
|
+./set-networking 30ms 100mbit
|
|
|
|
|
|
## Generating raw data for the binary search experiments
|
|
## Generating raw data for the binary search experiments
|
|
|
|
|
|
@@ -26,6 +26,11 @@ Generate the raw data for Figure 7b) and 7c) using `sh generate_raw_data_bs.sh`
|
|
|
|
|
|
## Generate the raw data for heap experiments
|
|
## Generate the raw data for heap experiments
|
|
|
|
|
|
|
|
+### Generating data for Figure 8a)
|
|
|
|
+Open the file `generate_raw_data_heap_const_db.sh`
|
|
|
|
+Change the variable `nitrs` to the number of times you would like run each experiment
|
|
|
|
+Generate the raw data for the heap experiments using `sh generate_raw_data_heap_const_db.sh`
|
|
|
|
+
|
|
### Generating data Figures 8b) and 8 c)
|
|
### Generating data Figures 8b) and 8 c)
|
|
Open the file `generate_raw_data_heap.sh`
|
|
Open the file `generate_raw_data_heap.sh`
|
|
Change the variable `nitrs` to the number of times you would like run each experiment
|
|
Change the variable `nitrs` to the number of times you would like run each experiment
|