gboris / blkbox

Data exploration with multiple machine learning algorithms
14 stars 4 forks source link

benchmark output #11

Closed gboris closed 8 years ago

gboris commented 8 years ago

include the 4 lines of systime-startime and mem in the output

start timing & memory tracking

start.time = Sys.time() start.mem = mem_used()

end timing

duration = start.time - Sys.time() memory.used = start.mem - memused() saveRDS(duration, file = paste0(input1,"",input2,"_",input3,"duration.rds")) saveRDS(memory.used, file = paste0(input1,"",input2,"_",input3,"_memory.rds"))