Skip to content

Time taken

Report name: scan_timer

Available in all: Yes

Comparable report: Yes (Comparing results)

Report that prints Robocop execution time.

Example:

Scan finished in 0.054s.

Enable with:

robocop check --reports scan_timer
[tool.robocop.lint]
reports = [
    "scan_timer"
]

You can also enable it by using all which enables all reports that supports all option:

robocop check --reports all
[tool.robocop.lint]
reports = [
    "all"
]