feat: run bench in ci (#5610)

This commit is contained in:
pajlada
2024-09-29 14:38:05 +02:00
committed by GitHub
parent 0db477665c
commit 055f6741b8
3 changed files with 14 additions and 0 deletions
+7
View File
@@ -6,6 +6,7 @@
#include "mocks/DisabledStreamerMode.hpp"
#include "mocks/Emotes.hpp"
#include "mocks/LinkResolver.hpp"
#include "mocks/Logging.hpp"
#include "mocks/TwitchIrcServer.hpp"
#include "mocks/UserData.hpp"
#include "providers/bttv/BttvEmotes.hpp"
@@ -110,6 +111,12 @@ public:
return &this->linkResolver;
}
ILogging *getChatLogger() override
{
return &this->logging;
}
mock::EmptyLogging logging;
AccountController accounts;
mock::Emotes emotes;
mock::UserDataController userData;