|
@@ -1,9 +1,14 @@
|
|
-To reproduce our experiments:
|
|
|
|
|
|
+Prerequisites:
|
|
|
|
+For plotting the graphs from the experiment data gathered, our plotter script requires python3, and the python modules numpy and matplotlib.
|
|
|
|
+
|
|
|
|
|
|
|
|
+To reproduce our experiments:
|
|
|
|
|
|
-1) Run ./build_dockers.sh to create the docker images to reproduce XPIR, SealPIR and ZeroTrace microbenchmarks
|
|
|
|
|
|
+1) Run ./build_dockers.sh to create the docker images to reproduce XPIR, SealPIR and ZeroTrace microbenchmarks. To build and run the ZeroTrace microbenchmarks, the host machine must have the SGX driver installed on it; refer to README.sgx.md for instructions on installing the SGX driver.
|
|
|
|
+(This takes about 30 mins to complete)
|
|
|
|
|
|
2) Run ./reproduce_results.sh to run all the experiments in their respective dockers, populate the plotter folder with the output log files for these libraries and generate the graphs from these output logs.
|
|
2) Run ./reproduce_results.sh to run all the experiments in their respective dockers, populate the plotter folder with the output log files for these libraries and generate the graphs from these output logs.
|
|
|
|
+(This takes about 15 mins to complete)
|
|
|
|
|
|
_______________________________________________________________________________
|
|
_______________________________________________________________________________
|
|
|
|
|
|
@@ -41,7 +46,7 @@ For the XPIR microbenchmark:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-For the ZeroTrace microbenchmark:
|
|
|
|
|
|
+For the ZeroTrace microbenchmark, ensure that the SGX driver is installed on the host machine. Refer to README.sgx.md for instructions to do so.
|
|
|
|
|
|
1) Go to the ZT_docker folder
|
|
1) Go to the ZT_docker folder
|
|
|
|
|