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