job
Namespace
canopy.csharp.loadTestContructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new(...) | (warmup:bool * baseline:bool * acceptableRatioPercent:int * minutes:int * load:int * tasks:ResizeArray<task>) -> job | CompiledName: |
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.AcceptableRatioPercent | int | CompiledName: |
| # | x.Baseline | bool | CompiledName: |
| # | x.Load | int | CompiledName: |
| # | x.Minutes | int | CompiledName: |
| # | x.Tasks | ResizeArray<task> | CompiledName: |
| # | x.Warmup | bool | CompiledName: |