From 274481a1f20b835628a815e300bc659a474d3a41 Mon Sep 17 00:00:00 2001 From: Alberto Aldegheri Date: Fri, 13 Sep 2024 19:53:36 +0200 Subject: [PATCH] Adds a rendering performance test --- .../Issues/RenderingPerformance.xaml | 38 ++++ .../Issues/RenderingPerformance.xaml.cs | 180 ++++++++++++++++++ .../tests/TestCases.HostApp/MauiProgram.cs | 1 + .../Tests/Issues/RenderingPerformance.cs | 38 ++++ 4 files changed, 257 insertions(+) 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..840ebbe2d990 --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/Issues/RenderingPerformance.xaml @@ -0,0 +1,38 @@ + + + + +