github.com/DARA-Project/GoDist-Scheduler@v0.0.0-20201030134746-668de4acea0d/overlord/configs/ServerClient.json (about) 1 { 2 "exec" : { 3 "path" : "../examples/ServerClient/build.sh", 4 "size" : "400M", 5 "processes" : 2, 6 "sched" : "Schedule.json", 7 "loglevel" : "INFO", 8 "build" : { 9 "build_path" : "../examples/ServerClient/build.sh", 10 "run_path" : "run.sh" 11 } 12 }, 13 "instr" : { 14 "dir" : "./example", 15 "file" : "" 16 }, 17 "bench" : { 18 "path" : "stats.csv", 19 "iter" : 1 20 } 21 }