Skip to content

Commit

Permalink
Fix the benchmark template
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 committed Oct 27, 2024
1 parent d893e77 commit 48a9cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JitterBenchmark/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void GlobalSetup()
[Benchmark]
public void Test()
{
world.SolverIterations = 18;
world.SolverIterations = (14, 4);

Helper.BuildTower(world, JVector.Zero, 30);
Helper.AdvanceWorld(world, 10, 1.0f / 100.0f, false);
Expand Down

0 comments on commit 48a9cf6

Please sign in to comment.