How timings budgets are shown in case when they are not met?
Could you please confirm that currently budget for timings metrics are working properly? As I see right now in html report is no clear information about if the budget have been met.
Budget definition:

Steps to reproduce
lighthouse https://youtube.com --budget-path=lighthouse-core/test/fixtures/simple-budget.json in console (CMD or GitBash on Windows)Current behavior:
Generated HTML report does not have clear information about timings budget, like for resourceSizes.
Report:

Question:
Is described behavior an expected one? Or for timings should be also displayed table with information about current value of metric and expected budget, defined in json file like in case of resources?
Budgets only assert on the file sizes at the moment, metric timings are pending so stay tuned :)
Cool stuff!
Thank you for answer @patrickhulce !
Do you have any public roadmap to view what features can come next months?
@Danon9111 not that's neatly organized into releases but you can take a look at issues with the P1 and P1.5 label to get an idea :)
Most helpful comment
Budgets only assert on the file sizes at the moment, metric timings are pending so stay tuned :)