worker-benchmarks

Automate performance benchmarking for the agentic-flow worker system.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/yashurathod/Portfolio --skill worker-benchmarks-yashurathod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-benchmarks
Source: https://github.com/yashurathod/Portfolio/tree/main/.github/skills/worker-benchmarks
Command: npx skills add https://github.com/yashurathod/Portfolio --skill worker-benchmarks-yashurathod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Benchmarks provide objective visibility into how the agentic-flow worker system performs under real-world workloads, enabling data-driven optimizations and capacity planning.

Core Features & Use Cases

  • Comprehensive benchmarks across trigger detection, worker registry CRUD, agent selection, model cache, and concurrent workers.
  • Metrics collection for latency, throughput, histogram, memory usage, and failure rates to guide tuning.
  • Use Case: compare baseline performance before and after optimizations to validate improvements.

Quick Start

Run the full benchmark suite to measure worker performance.

Frequently Asked Questions about worker-benchmarks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I benchmark worker performance for agentic-flow systems?

Benchmark worker performance by running the full suite to measure latency, throughput, memory usage, and failure rates across triggers, registry CRUD, agent selection, model cache, and concurrent workers.

What metrics are collected when benchmarking agentic-flow workers?

Benchmarking collects latency, throughput, histogram, memory usage, and failure rate metrics to guide tuning and capacity planning for the worker system under real-world workloads.

Can I run deterministic benchmarking for workers via CLI and TypeScript imports?

Yes, you can run deterministic benchmarks via CLI commands or programmatically through TypeScript imports, defining specific targets, iterations, and metrics for each test run.

How do I compare baseline performance before and after worker optimizations?

Compare baseline performance by executing comprehensive benchmark test runs before and after optimizations, using collected metrics to validate improvements in worker scenarios.

Does this benchmarking tool support concurrent worker scenarios?

Yes, the benchmarking tool supports concurrent worker scenarios, evaluating how the agentic-flow worker system performs under real-world workloads across multiple simultaneous test runs.

What is the best way to measure model cache and agent selection performance?

Measure model cache and agent selection performance by applying the benchmarking suite to these specific targets, collecting latency and throughput metrics to guide tuning.