From e8196ca2e7532cccae2fdecce3dff14294f66750 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 21:08:22 +0100 Subject: Various changes --- .../.idea/inspectionProfiles/Project_Default.xml | 31 +++ Benchmarks/.gitignore | 3 + Benchmarks/Benchmarks.csproj | 17 ++ Benchmarks/Program.cs | 300 +++++++++++++++++++++ LibMatrix | 2 +- MatrixUtils.Web/Classes/Constants/RoomConstants.cs | 5 +- MatrixUtils.Web/Classes/RMUStorageWrapper.cs | 4 + MatrixUtils.Web/Pages/Rooms/PolicyList.razor | 4 +- .../Pages/Tools/Info/KnownHomeserverList.razor | 46 +++- MatrixUtils.Web/Pages/Tools/InviteCounter.razor | 22 +- MatrixUtils.Web/Properties/launchSettings.json | 2 +- MatrixUtils.Web/Shared/MainLayout.razor | 2 +- 12 files changed, 414 insertions(+), 24 deletions(-) create mode 100644 Benchmarks/.gitignore create mode 100644 Benchmarks/Benchmarks.csproj create mode 100644 Benchmarks/Program.cs diff --git a/.idea/.idea.MatrixUtils/.idea/inspectionProfiles/Project_Default.xml b/.idea/.idea.MatrixUtils/.idea/inspectionProfiles/Project_Default.xml index 55540ea..0e61b0a 100644 --- a/.idea/.idea.MatrixUtils/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/.idea.MatrixUtils/.idea/inspectionProfiles/Project_Default.xml @@ -17,6 +17,37 @@