Skip to content

Commit

Permalink
Add MemoryDiagnoser
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Jan 3, 2025
1 parent 783acc6 commit 6dc21f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public record Address(byte[] Bytes)
[RlpSerializable]
public record AccessList(List<(Address, List<UInt256>)> Addresses);

[MemoryDiagnoser]
public class CurrentFluentBenchmark
{
private readonly Nethermind.Core.Eip2930.AccessList _current;
Expand Down

0 comments on commit 6dc21f4

Please sign in to comment.