Type: Transform
Benchmark-only I/O-simulating operator. Sleeps for delay_ms per invocation. Not available in pine-python.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| delay_ms | int | No | 5 |
Milliseconds to sleep per operator invocation. |
| Field | Typical Usage |
|---|---|
| CommonInput | - |
| CommonOutput | - |
| ItemInput | - |
| ItemOutput | - |
flow.transform_bench_sleep(
delay_ms=...,
common_input=[...],
item_input=[...],
item_output=[...],
)