Skip to content

Commit

Permalink
Remove silly benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-andersson-at-westermo committed Jun 18, 2024
1 parent 6bdae8a commit e914165
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,6 @@ public async Task<string> SerializerMultihopNotification()
return tmp.LastSent!;
}

[Benchmark]
public MemoryStream ToMemoryStream()
{
var ms = new MemoryStream(Encoding.UTF8.GetBytes(serialized));
ms.Dispose();
return ms;
}

[Benchmark]
public async Task<Ietf.Bfd.Ip.Mh.YangNode.MultihopNotification> MultihopNotificationParsing()
{
Expand Down

0 comments on commit e914165

Please sign in to comment.