From fda5afae464d7d498e7b3bb878b733dfdd3db46c Mon Sep 17 00:00:00 2001 From: Sinai Date: Sun, 25 Apr 2021 21:19:12 +1000 Subject: [PATCH] stress test --- src/Core/Tests/TestClass.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Core/Tests/TestClass.cs b/src/Core/Tests/TestClass.cs index 1923855..c463fe4 100644 --- a/src/Core/Tests/TestClass.cs +++ b/src/Core/Tests/TestClass.cs @@ -7,7 +7,14 @@ namespace UnityExplorer.Tests { public static class TestClass { - //public static UI.Main.PanelDragger.ResizeTypes flags = UI.Main.PanelDragger.ResizeTypes.NONE; + static TestClass() + { + List = new List(); + for (int i = 0; i < 10000; i++) + List.Add(i.ToString()); + } + + public static List List; #if CPP public static string testStringOne = "Test";