Skip to content

Commit

Permalink
Benchmark cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-andersson-at-westermo committed Jun 11, 2024
1 parent 95ca214 commit 72c5eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void Setup()
};
var tmp = new VoidChannel();
notification.Send(tmp).Wait();
serialized = tmp.LastSent!;
serialized = tmp.LastSent!.Replace("\0","");
server = new ExampleYangServer();
channel = new BenchmarkingChannel(server);
}
Expand Down

0 comments on commit 72c5eee

Please sign in to comment.