Skip to content

Commit

Permalink
Release 2.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Jul 29, 2024
1 parent 8ca5308 commit 10bb95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Craftimizer/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ [JsonInclude] [JsonPropertyName("Macros")]
internal List<Macro> macros { get; private set; } = [];
[JsonIgnore]
public IReadOnlyList<Macro> Macros => macros;
public int ReliabilitySimulationCount { get; set; } = 500;
public int ReliabilitySimulationCount { get; set; } = 1000;
public bool ConditionRandomness { get; set; } = true;

[JsonPropertyName("SimulatorSolverConfig")]
Expand Down
2 changes: 1 addition & 1 deletion Craftimizer/Craftimizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Asriel Camora</Authors>
<Version>2.4.9.3</Version>
<Version>2.5.0.0</Version>
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand Down

1 comment on commit 10bb95d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 10bb95d Previous: 1622902 Ratio
Craftimizer.Benchmark.Bench.Solve(State: 15F34A1B, Config: 608AA749) 74829246.66666667 ns (± 530545.5580239758)
Craftimizer.Benchmark.Bench.Solve(State: 9F26E19D, Config: 608AA749) 92741450 ns (± 503090.7593009601)

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.