show test-timings
Overview
Command: r2r eac show test-timings [module]
Purpose: Show test timing analysis in a human-readable format
Category: show
Syntax
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
- get test-timings - JSON output
- show test-summary
- test
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.