Skip to content

Commit

Permalink
updated examples to NBomber 4.0.0-rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Dec 29, 2022
1 parent f33f277 commit d5d0fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/CSharpProd/CSharpProd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NBomber" Version="4.0.0-beta10" />
<PackageReference Include="NBomber" Version="4.0.0-rc" />
<PackageReference Include="NBomber.Data" Version="4.0.0-beta" />
<PackageReference Include="NBomber.Http" Version="4.0.0-beta3" />
<PackageReference Include="MQTTnet" Version="3.1.2" />
Expand Down
2 changes: 1 addition & 1 deletion examples/CSharpProd/HelloWorld/ScenarioWithStepRetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void Run()

return Response.Ok();
})
.WithResetIterationOnFail(false) // the iteration should continue even when step returns fail
.WithRestartIterationOnFail(false) // the iteration should continue even when step returns fail
.WithoutWarmUp()
.WithLoadSimulations(
Simulation.KeepConstant(copies: 1, during: TimeSpan.FromSeconds(30))
Expand Down

0 comments on commit d5d0fac

Please sign in to comment.