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