mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

Add a stopwatch #8

Closed mjordan closed 6 years ago

mjordan commented 6 years ago

Currently Riprap outputs a result like Riprap checked 5 resources (5 successful events, 0 failed events). It might be useful to include how long it took to run, e.g. Riprap checked 5 resources (5 successful events, 0 failed events) in 2.5 seconds.

See https://symfony.com/doc/current/components/stopwatch.html.