C# Class SenseNet.ContentRepository.Tests.TimingTests

Inheritance: TestBase
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
GetTestStream ( int length ) : System.IO.Stream

Private Methods

Method Description
Copy ( Node sourceNode, Node targetNode ) : void
Copy ( string sourcePath, string targetPath ) : void
CreateCopy ( Node sourceNode, Node targetNode ) : Node
CreateManyFiles ( Folder parent, int count, int averageSizeInBytes ) : void
CreateStructure ( int folders, int filesPerFolders, int averageSizeInBytes ) : void
DoBenchmarkSteps ( ) : void
GetMessage ( string category, int folders, int files, Stopwatch stopper ) : string
MyClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
RunBenchmark ( ) : void
Timing_Clone30 ( ) : void
Timing_Clone420 ( ) : void
Timing_RealCopy25 ( ) : void
Timing_RealCopy420 ( ) : void

Method Details

GetTestStream() public static method

public static GetTestStream ( int length ) : System.IO.Stream
length int
return System.IO.Stream