timer_timer_benchmark
Benchmarks a shell command by running it multiple times and returning average, minimum, maximum, and total execution time in milliseconds.
Instructions
[timer] Benchmark a shell command (N runs). Returns {avg_ms, min_ms, max_ms, total_ms}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| runs | No | ||
| timeout_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |