From 0e5e86a48c5d858628c82174e781c2462d710187 Mon Sep 17 00:00:00 2001 From: Alberto Aldegheri Date: Sat, 21 Sep 2024 21:19:41 +0200 Subject: [PATCH] Adds a rendering performance test (#24762) --- .../Issues/RenderingPerformance.xaml | 41 ++++ .../Issues/RenderingPerformance.xaml.cs | 220 ++++++++++++++++++ .../tests/TestCases.HostApp/MauiProgram.cs | 1 + .../Tests/Issues/RenderingPerformance.cs | 37 +++ .../src/UITest.Appium/HelperExtensions.cs | 9 +- 5 files changed, 303 insertions(+), 5 deletions(-) create mode 100644 src/Controls/tests/TestCases.HostApp/Issues/RenderingPerformance.xaml create mode 100644 src/Controls/tests/TestCases.HostApp/Issues/RenderingPerformance.xaml.cs create mode 100644 src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/RenderingPerformance.cs diff --git a/src/Controls/tests/TestCases.HostApp/Issues/RenderingPerformance.xaml b/src/Controls/tests/TestCases.HostApp/Issues/RenderingPerformance.xaml new file mode 100644 index 000000000000..2c8b3d71f61a --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/Issues/RenderingPerformance.xaml @@ -0,0 +1,41 @@ + + + + +