|
@@ -23,7 +23,7 @@ from gen_enclave_config import generate_config
|
|
|
|
|
|
MANIFEST_FILE = "App/manifest.yaml"
|
|
MANIFEST_FILE = "App/manifest.yaml"
|
|
#MANIFESTS_FOLDER = "Manifests/"
|
|
#MANIFESTS_FOLDER = "Manifests/"
|
|
-LOG_FOLDER = "Experiments_test"
|
|
|
|
|
|
+LOG_FOLDER = "Experiments_test/"
|
|
RESULT_FOLDER = "Experiment_results/"
|
|
RESULT_FOLDER = "Experiment_results/"
|
|
|
|
|
|
'''
|
|
'''
|
|
@@ -36,7 +36,7 @@ T = [2, 4, 8, 16]
|
|
'''
|
|
'''
|
|
|
|
|
|
N = [1<<16, 1<<17, 1<<18, 1<<19, 1<<20]
|
|
N = [1<<16, 1<<17, 1<<18, 1<<19, 1<<20]
|
|
-M = [72, 64, 48, 36, 24, 16, 8, 4, 2, 1]
|
|
|
|
|
|
+M = [72, 64, 48, 36, 32, 24, 16, 8, 4, 2, 1]
|
|
T = [16, 8, 4, 2, 1]
|
|
T = [16, 8, 4, 2, 1]
|
|
|
|
|
|
# Max servers depending on number of threads
|
|
# Max servers depending on number of threads
|