Skip to content

get build-times

Overview

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

Syntax

r2r eac get build-times [module]

Examples

# Get all build times
r2r eac get build-times | jq '.'

# Find slowest builds
r2r eac get build-times | jq '[.builds[]] | sort_by(.duration) | reverse | .[0:10]'

# Average build time
r2r eac get build-times | jq '.average'

See Also


Tutorials | How-to Guides | Explanation | Reference

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