mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #554] [MERGED] Fix some log parsing performance issues #624
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/554
Author: @13xforever
Created: 3/26/2020
Status: ✅ Merged
Merged: 3/26/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (5)
79045c7clean up new builds monitorbc21a39apparently older cpus didn't have Intel in their model string or smthng5432f00well NOW I remember why the duplicate table was needed654d1a2optimize log parsing0bcf1d2blunt-fix !warn list top command📊 Changes
10 files changed (+56 additions, -53 deletions)
View changed files
📝
CompatBot/Commands/Warnings.ListGroup.cs(+1 -1)📝
CompatBot/Database/Providers/ThumbnailProvider.cs(+4 -17)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+7 -4)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+8 -2)📝
CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+16 -12)📝
CompatBot/EventHandlers/NewBuildsMonitor.cs(+14 -13)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+1 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+3 -1)📝
Tests/LogParsingProfiler.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.