Squire Bench
benchRun short-lived benchmark jobs in isolated runtimes to compare timing behavior without deploying complex performance infrastructure.
Instructions
Run small, short-lived benchmark jobs in clean runtimes to compare simple timing behavior without turning Squire into a full performance platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Local file paths to stage. | |
| iterations | No | Number of benchmark iterations. | |
| language | Yes | Benchmark language: python, bash, or go. | |
| paths | No | Local directory paths to stage recursively. | |
| targets | No | Benchmark targets as an array or CSV string. | |
| timeout | No | Benchmark timeout in seconds. |