Skip to content

get test-timings

Overview

Command: r2r eac get test-timings [module] Purpose: Get test timing information from test logs Category: get

Syntax

r2r eac get test-timings [module]

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


Tutorials | How-to Guides | Explanation | Reference

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