MM-23547: remove redundant JSON parsing in push notifications (#14181)

Automatic Merge
Этот коммит содержится в:
Agniva De Sarker
2020-04-08 21:08:57 +05:30
коммит произвёл GitHub
родитель b8eb69281b
Коммит 583daeb132
3 изменённых файлов: 9 добавлений и 16 удалений

Просмотреть файл

@@ -1350,7 +1350,7 @@ func TestAllPushNotifications(t *testing.T) {
}
// Run it with | grep -v '{"level"' to prevent spamming the console.
func BenchmarkPushNotification(b *testing.B) {
func BenchmarkPushNotificationThroughput(b *testing.B) {
th := SetupWithStoreMock(b)
defer th.TearDown()