BB.Caching.Tests.SerializationAndCompression.SerializationAndCompressionTests.Performance C# (CSharp) Méthode

Performance() private méthode

private Performance ( ) : void
Résultat void
        public void Performance()
        {
            MemorySpeedPerformance();
            Console.WriteLine(string.Empty);
            MemorySizePerformance();
        }