mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-08 18:43:37 +08:00
stress test
This commit is contained in:
parent
7f6a4514e4
commit
fda5afae46
@ -7,7 +7,14 @@ namespace UnityExplorer.Tests
|
|||||||
{
|
{
|
||||||
public static class TestClass
|
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
|
#if CPP
|
||||||
public static string testStringOne = "Test";
|
public static string testStringOne = "Test";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user