Using TIME MULTIPLIER: 10

Test Test of simple locking strategies (mutex v shared_ptr copy) (mutex vs shared_ptr<> copy)
	PERFORMANCE_SCORE	0.39
	DETAILS:         	[baseline test 10.8122 secs, and comparison 4.20741 sec, and warnIfPerfScore> = 0.5, and perfScore=0.389137]
	                 	shared_ptr<> copy is FASTER

Test Simple Struct With Strings Filling And Copying (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.3
	DETAILS:         	[baseline test 10.1088 secs, and comparison 3.00093 sec, and warnIfPerfScore> = 0.6, and perfScore=0.296862]
	                 	Charactes::String is FASTER

Test Simple Struct With Strings Filling And Copying2 (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.42
	DETAILS:         	[baseline test 9.98268 secs, and comparison 4.19111 sec, and warnIfPerfScore> = 0.8, and perfScore=0.419838]
	                 	Charactes::String is FASTER

Test Simple String append test (+='string object') 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.9
	DETAILS:         	[baseline test 9.95402 secs, and comparison 19.3652 sec, and warnIfPerfScore> = 4.6, and perfScore=1.94546]
	                 	Charactes::String is ***SLOWER***

Test Simple String append test (+=wchar_t[]) 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	6.8
	DETAILS:         	[baseline test 10.0692 secs, and comparison 68.937 sec, and warnIfPerfScore> = 4.3, and perfScore=6.8463]
	                 	Charactes::String is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 4.3 and got 6.8463}}}

Test Simple String append test (+=wchar_t[]) 100x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	12
	DETAILS:         	[baseline test 10.0869 secs, and comparison 120.868 sec, and warnIfPerfScore> = 10.2, and perfScore=11.9827]
	                 	Charactes::String is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 10.2 and got 11.9827}}}

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.6
	DETAILS:         	[baseline test 20.1317 secs, and comparison 32.4503 sec, and warnIfPerfScore> = 2.3, and perfScore=1.6119]
	                 	String is ***SLOWER***

Test String::substr() (wstring vs Charactes::String)
	PERFORMANCE_SCORE	10
	DETAILS:         	[baseline test 10.3667 secs, and comparison 105.414 sec, and warnIfPerfScore> = 2, and perfScore=10.1685]
	                 	Charactes::String is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 2 and got 10.1685}}}

Test Simple c_str() test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.2
	DETAILS:         	[baseline test 9.89504 secs, and comparison 11.4942 sec, and warnIfPerfScore> = 1.2, and perfScore=1.16162]
	                 	Charactes::String is ***SLOWER***

Test String Chracters::Format () (sprintf vs String Characters::Format)
	PERFORMANCE_SCORE	2.4
	DETAILS:         	[baseline test 9.61888 secs, and comparison 22.9665 sec, and warnIfPerfScore> = 1.4, and perfScore=2.38765]
	                 	String Characters::Format is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1.4 and got 2.38765}}}

Test BLOB versus vector<Byte> (vector<Byte> vs BLOB)
	PERFORMANCE_SCORE	0.3
	DETAILS:         	[baseline test 10.3577 secs, and comparison 3.06366 sec, and warnIfPerfScore> = 0.25, and perfScore=0.295784]
	                 	BLOB is FASTER
	                 	{{{WARNING - expected performance score less than 0.25 and got 0.295784}}}

