Browse Source

A couple of touchups to run_experiments

Ian Goldberg 1 year ago
parent
commit
3f466bd48a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      run_experiments.py

+ 2 - 2
run_experiments.py

@@ -23,7 +23,7 @@ from gen_enclave_config import generate_config
 
 MANIFEST_FILE = "App/manifest.yaml"
 #MANIFESTS_FOLDER = "Manifests/"
-LOG_FOLDER = "Experiments_test"
+LOG_FOLDER = "Experiments_test/"
 RESULT_FOLDER = "Experiment_results/"
 
 '''
@@ -36,7 +36,7 @@ T = [2, 4, 8, 16]
 '''
 
 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]
 
 # Max servers depending on number of threads