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

[[[Started testing at: Sat Jan  8 3:10:5 2022]]]

Using TIME MULTIPLIER: 15

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

Test Test of simple locking strategies (mutex v SpinLock) (mutex vs SpinLock)
	PERFORMANCE_SCORE	0.46
	DETAILS:         	[baseline test 5.0398 secs, and comparison 2.33298 sec, and warnIfPerfScore > 0.5, and perfScore=0.462911]
	                 	SpinLock is FASTER

Test std::shared_ptr versus Memory::SharedPtr (shared_ptr vs SharedPtr)
	PERFORMANCE_SCORE	0.9
	DETAILS:         	[baseline test 7.48203 secs, and comparison 6.74247 sec, and warnIfPerfScore > 1.05, and perfScore=0.901155]
	                 	SharedPtr is FASTER

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

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

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

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

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

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

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.8
	DETAILS:         	[baseline test 6.01953 secs, and comparison 10.5393 sec, and warnIfPerfScore > 1.6, and perfScore=1.75086]
	                 	String is ***SLOWER***

Test wstringstream << test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.95
	DETAILS:         	[baseline test 6.43869 secs, and comparison 6.09987 sec, and warnIfPerfScore > 1.5, and perfScore=0.947378]
	                 	Charactes::String is FASTER

Test String::substr() (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.11
	DETAILS:         	[baseline test 118.842 secs, and comparison 12.6164 sec, and warnIfPerfScore > 2.1, and perfScore=0.106161]
	                 	Charactes::String is FASTER

Test wstringstream versus BasicTextOutputStream (wstringstream vs MemoryStream<Characters::Character>)
	PERFORMANCE_SCORE	0.37
	DETAILS:         	[baseline test 13.4234 secs, and comparison 4.93179 sec, and warnIfPerfScore > 1.6, and perfScore=0.367402]
	                 	MemoryStream<Characters::Character> is FASTER

Test wstringstream versus StringBuilder (wstringstream vs StringBuilder)
	PERFORMANCE_SCORE	0.051
	DETAILS:         	[baseline test 13.6231 secs, and comparison 0.698389 sec, and warnIfPerfScore > 0.23, and perfScore=0.0512651]
	                 	StringBuilder is FASTER

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

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	0.44
	DETAILS:         	[baseline test 12.5525 secs, and comparison 5.5547 sec, and warnIfPerfScore > 1.2, and perfScore=0.442516]
	                 	Sequence<int> is FASTER

Test Sequence<string> basics (vector<string> vs Sequence<string>)
	PERFORMANCE_SCORE	0.23
	DETAILS:         	[baseline test 8.47572 secs, and comparison 1.96349 sec, and warnIfPerfScore > 0.33, and perfScore=0.23166]
	                 	Sequence<string> is FASTER

Test Sequence_DoublyLinkedList<int> basics (vector<int> vs Sequence_DoublyLinkedList<int>)
	PERFORMANCE_SCORE	3.5
	DETAILS:         	[baseline test 11.7525 secs, and comparison 40.8533 sec, and warnIfPerfScore > 6, and perfScore=3.47612]
	                 	Sequence_DoublyLinkedList<int> is ***SLOWER***

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	0.43
	DETAILS:         	[baseline test 11.9136 secs, and comparison 5.15042 sec, and warnIfPerfScore > 0.8, and perfScore=0.432314]
	                 	Sequence_Array<int> is FASTER

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	0.65
	DETAILS:         	[baseline test 12.1526 secs, and comparison 7.87038 sec, and warnIfPerfScore > 1.4, and perfScore=0.647628]
	                 	Sequence_stdvector<int> is FASTER

Test Sequence_DoublyLinkedList<string> basics (vector<string> vs Sequence_DoublyLinkedList<string>)
	PERFORMANCE_SCORE	0.45
	DETAILS:         	[baseline test 8.16883 secs, and comparison 3.63838 sec, and warnIfPerfScore > 0.65, and perfScore=0.445398]
	                 	Sequence_DoublyLinkedList<string> is FASTER

Test Collection<int> basics (vector<int> vs Collection<int>)
	PERFORMANCE_SCORE	2.9
	DETAILS:         	[baseline test 12.1982 secs, and comparison 35.7476 sec, and warnIfPerfScore > 4.4, and perfScore=2.93057]
	                 	Collection<int> is ***SLOWER***

Test Collection<string> basics (vector<string> vs Collection<string>)
	PERFORMANCE_SCORE	0.43
	DETAILS:         	[baseline test 7.66549 secs, and comparison 3.32597 sec, and warnIfPerfScore > 0.6, and perfScore=0.433888]
	                 	Collection<string> is FASTER

Test Collection_LinkedList<string> basics (vector<string> vs Collection_LinkedList<string>)
	PERFORMANCE_SCORE	0.43
	DETAILS:         	[baseline test 7.46241 secs, and comparison 3.20616 sec, and warnIfPerfScore > 0.6, and perfScore=0.429642]
	                 	Collection_LinkedList<string> is FASTER

Test Collection_stdforward_list<string> basics (vector<string> vs Collection_stdforward_list<string>)
	PERFORMANCE_SCORE	0.43
	DETAILS:         	[baseline test 7.32257 secs, and comparison 3.17696 sec, and warnIfPerfScore > 0.6, and perfScore=0.433859]
	                 	Collection_stdforward_list<string> is FASTER

Test Collection_stdmultiset<string> basics (vector<string> vs Collection_stdmultiset<string>)
	PERFORMANCE_SCORE	0.7
	DETAILS:         	[baseline test 7.29745 secs, and comparison 5.08261 sec, and warnIfPerfScore > 1.3, and perfScore=0.696491]
	                 	Collection_stdmultiset<string> is FASTER

Test Collection_stdmultiset<string> basics with rnd strings (vector<string> vs Collection_stdmultiset<string>)
	PERFORMANCE_SCORE	1.1
	DETAILS:         	[baseline test 8.07543 secs, and comparison 8.55157 sec, and warnIfPerfScore > 1.3, and perfScore=1.05896]
	                 	Collection_stdmultiset<string> is ***SLOWER***

Test std::set<int> vs Set<int> (set<int> vs Set<int>)
	PERFORMANCE_SCORE	0.13
	DETAILS:         	[baseline test 36.2195 secs, and comparison 4.88898 sec, and warnIfPerfScore > 0.3, and perfScore=0.134982]
	                 	Set<int> is FASTER

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

Test BLOB versus vector<byte> (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	0.45
	DETAILS:         	[baseline test 6.02837 secs, and comparison 2.70339 sec, and warnIfPerfScore > 0.55, and perfScore=0.448445]
	                 	BLOB is FASTER

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

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

Test UTF82WString win32API vs codecvt_utf8 (win32API vs codecvt_utf8)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 6.01093 secs, and comparison 7.59039 sec, and warnIfPerfScore > 2, and perfScore=1.26276]
	                 	codecvt_utf8 is ***SLOWER***

Test WString2UTF8 win32API vs codecvt_utf8 (win32API vs codecvt_utf8)
	PERFORMANCE_SCORE	1.7
	DETAILS:         	[baseline test 6.94639 secs, and comparison 12.0433 sec, and warnIfPerfScore > 3.1, and perfScore=1.73375]
	                 	codecvt_utf8 is ***SLOWER***

[[[Tests took: 13 minutes, 47 seconds]]]

Succeeded
