Skip to content

Commit

Permalink
replaced ScenarioProps.Probability on Weight
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Aug 31, 2024
1 parent 20533ad commit 8e7227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ type ScenarioProps = {
LoadSimulations: LoadSimulation list
RestartIterationOnFail: bool
MaxFailCount: int
Probability: int option
Weight: int option
}

/// ReportingSink provides functionality for saving real-time and final statistics.
Expand Down

0 comments on commit 8e7227c

Please sign in to comment.