results: Include duration in junit output
Each test case duration is stored in an f32 as seconds and can be
converted in a std::time::Duration
, then in a chronos::Duration
.
The resulting Duration is set as the junit test case time.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Each test case duration is stored in an f32 as seconds and can be
converted in a std::time::Duration
, then in a chronos::Duration
.
The resulting Duration is set as the junit test case time.