Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 9, 2024
1 parent 9fdee03 commit 9972a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Benchmarks/DeferBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public void Setup()
public void ResolveDefer()
{
var defer = _provider.GetRequiredService<Defer<Dependency>>();
for (int i = 0; i < 100; ++i)
++i;
_ = defer.Value;
}

Expand Down

1 comment on commit 9972a2a

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'SteroidsDI Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01.

Benchmark suite Current: 9972a2a Previous: 8d92080 Ratio
Benchmarks.DeferBenchmarks.ResolveDefer 117.5654199719429 ns (± 0.46351335052368925) 115.0426406164964 ns (± 0.4586000764298286) 1.02
Benchmarks.DeferBenchmarks.ResolveIDefer 115.95301731995174 ns (± 0.25344066653924363) 112.35701076189677 ns (± 0.23652338149774974) 1.03

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

Please sign in to comment.