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