Creates a new instance of BB_Benchmark with the specified parameters.

Namespace: Tsp.BB
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BB_Benchmark(
	string folderName,
	string resultsFilename
)
Visual Basic
Public Sub New ( _
	folderName As String, _
	resultsFilename As String _
)
Visual C++
public:
BB_Benchmark(
	String^ folderName, 
	String^ resultsFilename
)

Parameters

folderName
Type: System..::..String
The name of the folder where are located the testset files.
resultsFilename
Type: System..::..String
The file name where to append the results.

See Also