Skip to content

show test-timings

Overview

Command: r2r eac show test-timings [module] Purpose: Show test timing analysis in a human-readable format Category: show

Syntax

r2r eac show test-timings [module]

Examples

# Show all test timings
r2r eac show test-timings

# Filter by module
r2r eac show test-timings src-auth

# Find slowest tests
r2r eac show test-timings | sort -k3 -nr | head -10

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.