Skip to content

Commit

Permalink
add extra check to bench
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 28, 2023
1 parent 2e51d34 commit c0be4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presence_redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ func BenchmarkRedisPresenceStatsWithMapping(b *testing.B) {
b.Fatal(err)
}
require.Equal(b, s.NumClients, numClients)
require.Equal(b, s.NumUsers, numClients)
}
})
}

0 comments on commit c0be4e5

Please sign in to comment.