Command

bengal.utils.perf

Show performance metrics and trends.

Displays build performance metrics collected from previous builds. Metrics are automatically saved to .bengal/metrics/ directory.

Usage

bengal.utils.perf [OPTIONS]

Options

Option Type Description
--compare, -c flag BOOLEAN

Compare last two builds

--format, -f CHOICE

Output format

Default:table
--last, -n INTEGER

Show last N builds (default: 10)

Default:10

Examples

  bengal perf              # Show last 10 builds as table
  bengal perf -n 20        # Show last 20 builds
  bengal perf -f summary   # Show summary of latest build
  bengal perf -f json      # Output as JSON
  bengal perf --compare    # Compare last two builds