Evaluation scripts and images
This commit is contained in:
@ -38,7 +38,7 @@ function bench_process(process::AbstractString; warmup = false, optimize = true)
|
||||
|
||||
proc = parse_process(process, model)
|
||||
|
||||
gen_bench = @benchmark gen_graph($proc) gcsample = true seconds = 300
|
||||
gen_bench = @benchmark gen_graph($proc) gcsample = true seconds = 5
|
||||
|
||||
graph = gen_graph(proc)
|
||||
|
||||
@ -101,8 +101,8 @@ processes = [
|
||||
("ke->kkkkke", true),
|
||||
("ke->kkkkkke", true),
|
||||
("ke->kkkkkkke", true),
|
||||
("ke->kkkkkkkke", false),
|
||||
("ke->kkkkkkkkke", false),
|
||||
#("ke->kkkkkkkke", false),
|
||||
#("ke->kkkkkkkkke", false),
|
||||
]
|
||||
|
||||
df = DataFrame(
|
||||
|
Reference in New Issue
Block a user