소스 검색

A couple of touchups to run_experiments

Ian Goldberg 1 년 전
부모
커밋
3f466bd48a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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