fix merge conflicts

This commit is contained in:
Anton Kaliaev
2018-01-23 13:11:44 +04:00
parent 161e100a24
commit 747b73cb95
3 changed files with 20 additions and 15 deletions

View File

@ -301,7 +301,7 @@ func TestSwitchFullConnectivity(t *testing.T) {
}
func BenchmarkSwitchBroadcast(b *testing.B) {
s1, s2 := makeSwitchPair(b, func(i int, sw *Switch) *Switch {
s1, s2 := MakeSwitchPair(b, func(i int, sw *Switch) *Switch {
// Make bar reactors of bar channels each
sw.AddReactor("foo", NewTestReactor([]*conn.ChannelDescriptor{
{ID: byte(0x00), Priority: 10},