github.com/DARA-Project/GoDist-Scheduler@v0.0.0-20201030134746-668de4acea0d/overlord/configs/DataRace.json (about)

     1  {
     2      "exec" : {
     3          "path" : "../examples/DataRace/datarace.go",
     4          "size" : "400M",
     5          "processes" : 1,
     6          "sched" : "Schedule.json",
     7          "loglevel" : "FATAL",
     8          "blocks_file" : "../examples/DataRace/blocks",
     9      	"property_file" : "/home/vaastav/go-path/src/github.com/DARA-Project/GoDist-Scheduler/examples/DataRace/datarace.prop",
    10          "maxruns" : 20,
    11          "strategy" : "random"
    12      },
    13      "instr" : {
    14          "dir" : "",
    15          "file" : "../examples/DataRace/datarace.go",
    16          "blocks_file" : "../examples/DataRace/blocks"
    17      },
    18      "bench" : {
    19          "path" : "stats.csv",
    20          "iter" : 1
    21      }
    22  }