add process time
This commit is contained in:
parent
cef8fb2f67
commit
348fcd2531
@ -53,6 +53,9 @@ def run(expe, hostpid=host):
|
|||||||
aa=test.aa,
|
aa=test.aa,
|
||||||
k=test.k,
|
k=test.k,
|
||||||
report=test.get_results(),
|
report=test.get_results(),
|
||||||
|
ressources={
|
||||||
|
'process_time': test.get_process_time()
|
||||||
|
},
|
||||||
status='complete')
|
status='complete')
|
||||||
|
|
||||||
# End of test
|
# End of test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user