mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
1. update readme
2. fix duration
This commit is contained in:
parent
72bd1665b1
commit
aea524b4ea
2 changed files with 13 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class Experimenter:
|
|||
time_info = {
|
||||
"start_time": self.start_time,
|
||||
"end_time": end_time,
|
||||
"duration (seconds)": float(end_time) - float(self.start_time)
|
||||
"duration (minutes)": float(end_time) - float(self.start_time)
|
||||
}
|
||||
result = result.copy()
|
||||
result.insert(0, time_info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue