Skip to content

Commit

Permalink
contest: vmksft-p: report runtime for all test cases
Browse files Browse the repository at this point in the history
Looks like DB size growth is reasonable. Throw in the time.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Aug 17, 2024
1 parent 22f3c31 commit 092b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contest/remote/vmksft-p.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test(binfo, rinfo, cbarg):
'result': r["result"],
'link': link + '/' + r['file_name']
}
for key in ['retry', 'crashes', 'results']:
for key in ['time', 'retry', 'crashes', 'results']:
if key in r:
outcome[key] = r[key]
cases.append(outcome)
Expand Down

0 comments on commit 092b26e

Please sign in to comment.