Skip to content

Commit

Permalink
Add missing IExternalTest on a few perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Feb 10, 2024
1 parent aaaa688 commit 7807089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Disruptor.PerfTests.Latency.OneWay;

public class OneWayChannelLatencyTest : ILatencyTest
public class OneWayChannelLatencyTest : ILatencyTest, IExternalTest
{
private const int _bufferSize = 1024;
private const long _iterations = 100 * 1000 * 30;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Disruptor.PerfTests.Latency.OneWay;

public class OneWaySequencedLatencyTest_Channel : ILatencyTest, IDisposable
public class OneWaySequencedLatencyTest_Channel : ILatencyTest, IExternalTest, IDisposable
{
private const int _bufferSize = 1024;
private const long _iterations = 100 * 1000 * 30;
Expand Down

0 comments on commit 7807089

Please sign in to comment.