Skip to content

Commit

Permalink
Merge pull request #5 from Atralupus/adjust-total-simulation-count
Browse files Browse the repository at this point in the history
Adjust simulation count 10 -> 700
  • Loading branch information
Atralupus authored Feb 6, 2024
2 parents e316148 + c788d2c commit a90defd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChroniclesUtilBackend/Arena/ArenaBulkSimulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace NineChroniclesUtilBackend.Arena;
public class ArenaBulkSimulator
{
private readonly int _rounds;
private const int TotalSimulations = 10;
private const int TotalSimulations = 700;

public ArenaBulkSimulator(int rounds = 5)
{
Expand Down

0 comments on commit a90defd

Please sign in to comment.