[PR #554] [MERGED] Fix some log parsing performance issues #624

Closed
opened 2026-02-15 15:56:28 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: vnext


📝 Commits (5)

  • 79045c7 clean up new builds monitor
  • bc21a39 apparently older cpus didn't have Intel in their model string or smthng
  • 5432f00 well NOW I remember why the duplicate table was needed
  • 654d1a2 optimize log parsing
  • 0bcf1d2 blunt-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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/554 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/26/2020 **Status:** ✅ Merged **Merged:** 3/26/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`79045c7`](https://github.com/RPCS3/discord-bot/commit/79045c7e77a8706b75389ee169f9c24497b660b4) clean up new builds monitor - [`bc21a39`](https://github.com/RPCS3/discord-bot/commit/bc21a3954d64c489c7ed08528e76f8a404bce3a3) apparently older cpus didn't have Intel in their model string or smthng - [`5432f00`](https://github.com/RPCS3/discord-bot/commit/5432f003d61d994c8e0f4ef9a81f1816c7b5aa42) well NOW I remember why the duplicate table was needed - [`654d1a2`](https://github.com/RPCS3/discord-bot/commit/654d1a2da681e5b4484dbf22bcb8a87543e998ad) optimize log parsing - [`0bcf1d2`](https://github.com/RPCS3/discord-bot/commit/0bcf1d2028cbc40be22ca6251e6d969a2803cc72) blunt-fix !warn list top command ### 📊 Changes **10 files changed** (+56 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:28 -05:00
yindo closed this issue 2026-02-15 15:56:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#624