user avadapal преди 7 месеца
родител
ревизия
9d4bb46a85
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      prac/README.md

+ 4 - 0
prac/README.md

@@ -14,11 +14,13 @@ This will start three dockers, each running one of the parties.
 ## Generating raw data for the binary search experiments
 
 ### Generating data for Figure 7 a)
+cd prac
 Open the file `generate_raw_data_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 generate_raw_data_bs_const_db.sh`
 
 ### Generating data for Figures 7 b) and 7 c)
+cd prac
 Open the file `generate_raw_data_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 7b) and 7c) using `sh generate_raw_data_bs.sh`
@@ -27,11 +29,13 @@ 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)
+cd prac
 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)
+cd prac
 Open the file `generate_raw_data_heap.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.sh`