From 15f3aaf6897ea30f1dcd7e63768d0ddfbba1844a Mon Sep 17 00:00:00 2001 From: 13xforever Date: Sat, 12 Jul 2025 17:56:33 +0500 Subject: [PATCH] Move tier list version inside the file for simpler update flow --- .resources/{cpu_tier_list_v2.5.2.conf => cpu_tier_list.conf} | 2 ++ discord-bot-net.sln | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename .resources/{cpu_tier_list_v2.5.2.conf => cpu_tier_list.conf} (96%) diff --git a/.resources/cpu_tier_list_v2.5.2.conf b/.resources/cpu_tier_list.conf similarity index 96% rename from .resources/cpu_tier_list_v2.5.2.conf rename to .resources/cpu_tier_list.conf index 1426a83b..42a62020 100644 --- a/.resources/cpu_tier_list_v2.5.2.conf +++ b/.resources/cpu_tier_list.conf @@ -1,3 +1,5 @@ +; v2.5.2 https://docs.google.com/spreadsheets/d/1Rpq_2D4Rf3g6O-x2R1fwTSKWvJH7X63kExsVxHnT2Mc/view + ; Model names from this list are matched to formatted system info string in bot log ; e.g.: AMD Ryzen 7 9700X | 8 Threads | 31.11 GiB RAM | AVX-512+ | FMA3 ; PAY ATTENTION to model name spelling (e.g. there's no - in ryzen models) diff --git a/discord-bot-net.sln b/discord-bot-net.sln index 47d1e1d1..28b0b0e3 100644 --- a/discord-bot-net.sln +++ b/discord-bot-net.sln @@ -53,7 +53,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{ .resources\names_anilist.txt = .resources\names_anilist.txt .resources\names_anime.txt = .resources\names_anime.txt .resources\win32_error_codes_v23.0.txt = .resources\win32_error_codes_v23.0.txt - .resources\cpu_tier_list_v2.5.2.conf = .resources\cpu_tier_list_v2.5.2.conf + .resources\cpu_tier_list.conf = .resources\cpu_tier_list.conf EndProjectSection EndProject Global