Skip to content

Commit aac696f

Browse files
authored
Merge pull request #201 from asmacdo/record-start-end-time
Add start and end time to info.json
2 parents bfc9355 + 7f2bc77 commit aac696f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/con_duct/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ def execution_summary(self) -> dict[str, Any]:
515515
"average_pcpu": self.full_run_stats.averages.pcpu,
516516
"num_samples": self.full_run_stats.averages.num_samples,
517517
"num_reports": self.number,
518+
"start_time": self.start_time,
519+
"end_time": self.end_time,
518520
}
519521

520522
def dump_json(self) -> str:

0 commit comments

Comments
 (0)