Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Feb 27, 2024
1 parent 961d992 commit 460908c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public void AttributesAreConsultedWhenDestructuring(string name)
literalValue.ShouldBe(name);
}

// https://github.com/destructurama/attributed/issues/65
[Test]
public void Issue65()
{
Expand Down

1 comment on commit 460908c

@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 'Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 460908c Previous: cd08cf8 Ratio
Benchmarks.AttributedBenchmarks.LogAsScalar 295.9966880593981 ns (± 0.746697566816231) 225.20706607745245 ns (± 0.6271538612435186) 1.31
Benchmarks.AttributedBenchmarks.LogWithName 405.52467323939004 ns (± 1.8398107612778063) 235.15561067263286 ns (± 0.9107873147635377) 1.72

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

Please sign in to comment.