user avadapal 6 months ago
parent
commit
0c42b28937
1 changed files with 6 additions and 1 deletions
  1. 6 1
      prac/README.md

+ 6 - 1
prac/README.md

@@ -9,7 +9,7 @@ This will start three dockers, each running one of the parties.
 
 ## Setting the network parameters
 
-./set-networking
+./set-networking 30ms 100mbit
 
 ## 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
 
+### 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)
 Open the file `generate_raw_data_heap.sh`
 Change the variable `nitrs` to the number of times you would like run each experiment