get test-timings
Overview
Command: r2r eac get test-timings [module]
Purpose: Get test timing information from test logs
Category: get
Syntax
Examples
# Get all test timings
r2r eac get test-timings | jq '.'
# Find slowest tests
r2r eac get test-timings | jq '[.tests[]] | sort_by(.duration) | reverse | .[0:10]'
# Average test time
r2r eac get test-timings | jq '.average'
See Also
- show test-timings - Formatted table
- get build-times
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.