Skip to content

Commit e795913

Browse files
committed
ベンチマークのサイズを表示することにした
1 parent 7e29492 commit e795913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EditorDemo/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce;
2424

2525
Console.WriteLine("benchmark start");
26+
Console.WriteLine("size:" + BENCHMARK_SIZE);
2627
Console.WriteLine("Allocated GC Memory:" + $"{System.GC.GetTotalMemory(true):N0}" + "bytes");
2728

2829
Stopwatch sw = Stopwatch.StartNew();

0 commit comments

Comments
 (0)