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