stress test

This commit is contained in:
Sinai 2021-04-25 21:19:12 +10:00
parent 7f6a4514e4
commit fda5afae46

View File

@ -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<string>();
for (int i = 0; i < 10000; i++)
List.Add(i.ToString());
}
public static List<string> List;
#if CPP
public static string testStringOne = "Test";