Performance score 1.0 means both sides equal (ratio), and tests setup so lower is generally better

[[[Started testing at: Tue Apr  5 2:34:28 2022]]]

Using TIME MULTIPLIER: 15

Test Test of simple locking strategies (mutex v shared_ptr copy) (mutex vs shared_ptr<> copy)
	PERFORMANCE_SCORE	0.67
	DETAILS:         	[baseline test 8.63967 secs, and comparison 5.79743 sec, and warnIfPerfScore > 0.65, and perfScore=0.671025]
	                 	shared_ptr<> copy is FASTER

Test Test of simple locking strategies (mutex v SpinLock) (mutex vs SpinLock)
	PERFORMANCE_SCORE	0.4
	DETAILS:         	[baseline test 8.74489 secs, and comparison 3.47585 sec, and warnIfPerfScore > 0.5, and perfScore=0.397472]
	                 	SpinLock is FASTER

Test std::shared_ptr versus Memory::SharedPtr (shared_ptr vs SharedPtr)
	PERFORMANCE_SCORE	0.85
	DETAILS:         	[baseline test 11.6575 secs, and comparison 9.9494 sec, and warnIfPerfScore > 1.05, and perfScore=0.853477]
	                 	SharedPtr is FASTER

Test std::shared_ptr (make_shared) versus Memory::SharedPtr (shared_ptr vs SharedPtr)
	PERFORMANCE_SCORE	1.1
	DETAILS:         	[baseline test 9.11184 secs, and comparison 10.252 sec, and warnIfPerfScore > 1.15, and perfScore=1.12513]
	                 	SharedPtr is ***SLOWER***

Test Simple Struct With Strings Filling And Copying (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.31
	DETAILS:         	[baseline test 10.7422 secs, and comparison 3.27653 sec, and warnIfPerfScore > 0.48, and perfScore=0.305015]
	                 	Charactes::String is FASTER

Test Simple Struct With Strings Filling And Copying2 (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.37
	DETAILS:         	[baseline test 10.8965 secs, and comparison 4.0337 sec, and warnIfPerfScore > 0.57, and perfScore=0.370182]
	                 	Charactes::String is FASTER

Test Simple String append test (+='string object') 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	2.7
	DETAILS:         	[baseline test 11.0862 secs, and comparison 30.0492 sec, and warnIfPerfScore > 2.9, and perfScore=2.71049]
	                 	Charactes::String is ***SLOWER***

Test Simple String append test (+=wchar_t[]) 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	2.6
	DETAILS:         	[baseline test 11.5085 secs, and comparison 29.4094 sec, and warnIfPerfScore > 2.9, and perfScore=2.55546]
	                 	Charactes::String is ***SLOWER***

Test Simple String append test (+=wchar_t[]) 100x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	16
	DETAILS:         	[baseline test 9.6181 secs, and comparison 153.598 sec, and warnIfPerfScore > 24, and perfScore=15.9697]
	                 	Charactes::String is ***SLOWER***

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.5
	DETAILS:         	[baseline test 9.44399 secs, and comparison 14.4449 sec, and warnIfPerfScore > 1.7, and perfScore=1.52954]
	                 	String is ***SLOWER***

Test wstringstream << test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1
	DETAILS:         	[baseline test 10.5372 secs, and comparison 10.5782 sec, and warnIfPerfScore > 1.5, and perfScore=1.00389]
	                 	Charactes::String is ***SLOWER***

Test String::substr() (wstring vs Charactes::String)
	PERFORMANCE_SCORE	2
	DETAILS:         	[baseline test 9.04644 secs, and comparison 18.3989 sec, and warnIfPerfScore > 2.1, and perfScore=2.03383]
	                 	Charactes::String is ***SLOWER***

Test wstringstream versus BasicTextOutputStream (wstringstream vs MemoryStream<Characters::Character>)
	PERFORMANCE_SCORE	0.6
	DETAILS:         	[baseline test 11.2759 secs, and comparison 6.79402 sec, and warnIfPerfScore > 1.6, and perfScore=0.602525]
	                 	MemoryStream<Characters::Character> is FASTER

Test wstringstream versus StringBuilder (wstringstream vs StringBuilder)
	PERFORMANCE_SCORE	0.11
	DETAILS:         	[baseline test 11.6418 secs, and comparison 1.30592 sec, and warnIfPerfScore > 0.23, and perfScore=0.112175]
	                 	StringBuilder is FASTER

Test Simple c_str() test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1
	DETAILS:         	[baseline test 13.5405 secs, and comparison 14.0425 sec, and warnIfPerfScore > 1.3, and perfScore=1.03707]
	                 	Charactes::String is ***SLOWER***

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	0.87
	DETAILS:         	[baseline test 9.94928 secs, and comparison 8.6998 sec, and warnIfPerfScore > 1.2, and perfScore=0.874415]
	                 	Sequence<int> is FASTER

Test Sequence<string> basics (vector<string> vs Sequence<string>)
	PERFORMANCE_SCORE	0.21
	DETAILS:         	[baseline test 13.7876 secs, and comparison 2.92291 sec, and warnIfPerfScore > 0.33, and perfScore=0.211995]
	                 	Sequence<string> is FASTER

Test Sequence_DoublyLinkedList<int> basics (vector<int> vs Sequence_DoublyLinkedList<int>)
	PERFORMANCE_SCORE	5
	DETAILS:         	[baseline test 9.81964 secs, and comparison 49.5676 sec, and warnIfPerfScore > 6, and perfScore=5.0478]
	                 	Sequence_DoublyLinkedList<int> is ***SLOWER***

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	0.85
	DETAILS:         	[baseline test 9.79552 secs, and comparison 8.30657 sec, and warnIfPerfScore > 0.8, and perfScore=0.847997]
	                 	Sequence_Array<int> is FASTER

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 9.25863 secs, and comparison 11.9162 sec, and warnIfPerfScore > 1.4, and perfScore=1.28704]
	                 	Sequence_stdvector<int> is ***SLOWER***

Test Sequence_DoublyLinkedList<string> basics (vector<string> vs Sequence_DoublyLinkedList<string>)
	PERFORMANCE_SCORE	0.32
	DETAILS:         	[baseline test 13.6495 secs, and comparison 4.40376 sec, and warnIfPerfScore > 0.65, and perfScore=0.322633]
	                 	Sequence_DoublyLinkedList<string> is FASTER

Test Collection<int> basics (vector<int> vs Collection<int>)
	PERFORMANCE_SCORE	4
	DETAILS:         	[baseline test 10.9227 secs, and comparison 44.1306 sec, and warnIfPerfScore > 4.4, and perfScore=4.04027]
	                 	Collection<int> is ***SLOWER***

Test Collection<string> basics (vector<string> vs Collection<string>)
	PERFORMANCE_SCORE	0.3
	DETAILS:         	[baseline test 13.867 secs, and comparison 4.21217 sec, and warnIfPerfScore > 0.6, and perfScore=0.303756]
	                 	Collection<string> is FASTER

Test Collection_LinkedList<string> basics (vector<string> vs Collection_LinkedList<string>)
	PERFORMANCE_SCORE	0.34
	DETAILS:         	[baseline test 13.3119 secs, and comparison 4.50195 sec, and warnIfPerfScore > 0.6, and perfScore=0.338191]
	                 	Collection_LinkedList<string> is FASTER

Test Collection_stdforward_list<string> basics (vector<string> vs Collection_stdforward_list<string>)
	PERFORMANCE_SCORE	0.33
	DETAILS:         	[baseline test 13.4899 secs, and comparison 4.3992 sec, and warnIfPerfScore > 0.6, and perfScore=0.326111]
	                 	Collection_stdforward_list<string> is FASTER

Test Collection_stdmultiset<string> basics (vector<string> vs Collection_stdmultiset<string>)
	PERFORMANCE_SCORE	0.64
	DETAILS:         	[baseline test 14.3601 secs, and comparison 9.13139 sec, and warnIfPerfScore > 1.3, and perfScore=0.635884]
	                 	Collection_stdmultiset<string> is FASTER

Test Collection_stdmultiset<string> basics with rnd strings (vector<string> vs Collection_stdmultiset<string>)
	PERFORMANCE_SCORE	0.87
	DETAILS:         	[baseline test 14.9399 secs, and comparison 12.9247 sec, and warnIfPerfScore > 1.3, and perfScore=0.865115]
	                 	Collection_stdmultiset<string> is FASTER

Test std::set<int> vs Set<int> (set<int> vs Set<int>)
	PERFORMANCE_SCORE	0.2
	DETAILS:         	[baseline test 62.325 secs, and comparison 12.244 sec, and warnIfPerfScore > 0.3, and perfScore=0.196455]
	                 	Set<int> is FASTER

Test String Characters::Format () (sprintf vs String Characters::Format)
	PERFORMANCE_SCORE	1.6
	DETAILS:         	[baseline test 9.90199 secs, and comparison 15.5721 sec, and warnIfPerfScore > 1.5, and perfScore=1.57263]
	                 	String Characters::Format is ***SLOWER***

Test BLOB versus vector<byte> (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	0.37
	DETAILS:         	[baseline test 11.6425 secs, and comparison 4.255 sec, and warnIfPerfScore > 0.55, and perfScore=0.365469]
	                 	BLOB is FASTER

Test Test_JSONReadWriteFile (15.000000 seconds vs Test_JSONReadWriteFile)
	PERFORMANCE_SCORE	0.061
	DETAILS:         	[baseline test 15 secs, and comparison 0.908143 sec, and warnIfPerfScore > 0.1, and perfScore=0.0605429]
	                 	Test_JSONReadWriteFile is FASTER

Test Test_Optional_ (15.000000 seconds vs Test_Optional_)
	PERFORMANCE_SCORE	0.28
	DETAILS:         	[baseline test 15 secs, and comparison 4.14199 sec, and warnIfPerfScore > 0.5, and perfScore=0.276132]
	                 	Test_Optional_ is FASTER

Test UTF82WString win32API vs codecvt_utf8 (win32API vs codecvt_utf8)
	PERFORMANCE_SCORE	2.3
	DETAILS:         	[baseline test 11.2272 secs, and comparison 26.2772 sec, and warnIfPerfScore > 2, and perfScore=2.34049]
	                 	codecvt_utf8 is ***SLOWER***

Test WString2UTF8 win32API vs codecvt_utf8 (win32API vs codecvt_utf8)
	PERFORMANCE_SCORE	2
	DETAILS:         	[baseline test 11.0956 secs, and comparison 22.0255 sec, and warnIfPerfScore > 3.6, and perfScore=1.98506]
	                 	codecvt_utf8 is ***SLOWER***

[[[Tests took: 16 minutes, 18 seconds]]]

Succeeded
