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