[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from Stroika_Performance_Tests
[ RUN      ] Stroika_Performance_Tests.all
Performance score 1.0 means both sides equal (ratio), and tests setup so lower is generally better

[[[Started testing at: Thu Oct 31 :14:13 2024]]]

Using TIME MULTIPLIER: 15

Test Test of simple locking strategies (mutex v shared_ptr copy) (mutex vs shared_ptr<> copy)
	PERFORMANCE_SCORE	0.66
	DETAILS:         	[baseline test 6.5699 secs, and comparison 4.35827 sec, and warnIfPerfScore > 0.9, and perfScore=0.66337]
	                 	shared_ptr<> copy is FASTER

Test Test of simple locking strategies (mutex v SpinLock) (mutex vs SpinLock)
	PERFORMANCE_SCORE	0.45
	DETAILS:         	[baseline test 6.55777 secs, and comparison 2.97175 sec, and warnIfPerfScore > 0.51, and perfScore=0.453164]
	                 	SpinLock is FASTER

Test Simple Struct With Strings Filling And Copying (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.22
	DETAILS:         	[baseline test 11.1633 secs, and comparison 2.41853 sec, and warnIfPerfScore > 0.49, and perfScore=0.216651]
	                 	Charactes::String is FASTER

Test Simple Struct With Strings Filling And Copying2 (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.27
	DETAILS:         	[baseline test 10.7237 secs, and comparison 2.87181 sec, and warnIfPerfScore > 0.45, and perfScore=0.2678]
	                 	Charactes::String is FASTER

Test Simple String append test (+='string object') 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	3.6
	DETAILS:         	[baseline test 8.67283 secs, and comparison 31.3312 sec, and warnIfPerfScore > 4.9, and perfScore=3.61258]
	                 	Charactes::String is ***SLOWER***

Test Simple String append test (+=wchar_t[]) 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	3.5
	DETAILS:         	[baseline test 8.87702 secs, and comparison 31.3341 sec, and warnIfPerfScore > 4.1, and perfScore=3.5298]
	                 	Charactes::String is ***SLOWER***

Test Simple String append test (+=wchar_t[]) 100x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	45
	DETAILS:         	[baseline test 8.90561 secs, and comparison 401.274 sec, and warnIfPerfScore > 78, and perfScore=45.0586]
	                 	Charactes::String is ***SLOWER***

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 7.72475 secs, and comparison 9.94604 sec, and warnIfPerfScore > 2.1, and perfScore=1.28756]
	                 	String is ***SLOWER***

Test wstringstream << test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 8.10062 secs, and comparison 10.9276 sec, and warnIfPerfScore > 1.4, and perfScore=1.34898]
	                 	Charactes::String is ***SLOWER***

Test String::substr() (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.7
	DETAILS:         	[baseline test 6.55876 secs, and comparison 10.9585 sec, and warnIfPerfScore > 1.7, and perfScore=1.67082]
	                 	Charactes::String is ***SLOWER***

Test wstringstream versus BasicTextOutputStream (wstringstream vs MemoryStream<Characters::Character>)
	PERFORMANCE_SCORE	1.1
	DETAILS:         	[baseline test 8.96209 secs, and comparison 10.0693 sec, and warnIfPerfScore > 1.2, and perfScore=1.12354]
	                 	MemoryStream<Characters::Character> is ***SLOWER***

Test wstringstream versus StringBuilder (wstringstream vs StringBuilder)
	PERFORMANCE_SCORE	0.46
	DETAILS:         	[baseline test 9.36733 secs, and comparison 4.26982 sec, and warnIfPerfScore > 0.48, and perfScore=0.455821]
	                 	StringBuilder is FASTER

Test Simple c_str() test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.1
	DETAILS:         	[baseline test 12.5355 secs, and comparison 14.1577 sec, and warnIfPerfScore > 1.3, and perfScore=1.12941]
	                 	Charactes::String is ***SLOWER***

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	0.59
	DETAILS:         	[baseline test 9.73689 secs, and comparison 5.70423 sec, and warnIfPerfScore > 0.75, and perfScore=0.585837]
	                 	Sequence<int> is FASTER

Test Sequence<string> basics (vector<string> vs Sequence<string>)
	PERFORMANCE_SCORE	0.25
	DETAILS:         	[baseline test 5.78015 secs, and comparison 1.41995 sec, and warnIfPerfScore > 0.33, and perfScore=0.245659]
	                 	Sequence<string> is FASTER

Test Sequence_DoublyLinkedList<int> basics (vector<int> vs Sequence_DoublyLinkedList<int>)
	PERFORMANCE_SCORE	9.1
	DETAILS:         	[baseline test 9.32363 secs, and comparison 84.9132 sec, and warnIfPerfScore > 5.1, and perfScore=9.10731]
	                 	Sequence_DoublyLinkedList<int> is ***SLOWER***

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	0.59
	DETAILS:         	[baseline test 9.38998 secs, and comparison 5.55285 sec, and warnIfPerfScore > 0.7, and perfScore=0.591359]
	                 	Sequence_Array<int> is FASTER

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	0.97
	DETAILS:         	[baseline test 9.34926 secs, and comparison 9.08633 sec, and warnIfPerfScore > 1.1, and perfScore=0.971877]
	                 	Sequence_stdvector<int> is FASTER

Test Sequence_DoublyLinkedList<string> basics (vector<string> vs Sequence_DoublyLinkedList<string>)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 5.88196 secs, and comparison 7.69048 sec, and warnIfPerfScore > 0.55, and perfScore=1.30747]
	                 	Sequence_DoublyLinkedList<string> is ***SLOWER***

Test Collection<int> basics (vector<int> vs Collection<int>)
	PERFORMANCE_SCORE	8.3
	DETAILS:         	[baseline test 10.1986 secs, and comparison 84.607 sec, and warnIfPerfScore > 4.9, and perfScore=8.29591]
	                 	Collection<int> is ***SLOWER***

Test Collection<string> basics (vector<string> vs Collection<string>)
	PERFORMANCE_SCORE	1.5
	DETAILS:         	[baseline test 5.94601 secs, and comparison 9.15049 sec, and warnIfPerfScore > 0.85, and perfScore=1.53893]
	                 	Collection<string> is ***SLOWER***

Test Collection_LinkedList<string> basics (vector<string> vs Collection_LinkedList<string>)
	PERFORMANCE_SCORE	1.2
	DETAILS:         	[baseline test 5.95832 secs, and comparison 7.3958 sec, and warnIfPerfScore > 0.6, and perfScore=1.24126]
	                 	Collection_LinkedList<string> is ***SLOWER***

Test Collection_stdforward_list<string> basics (vector<string> vs Collection_stdforward_list<string>)
	PERFORMANCE_SCORE	1.2
	DETAILS:         	[baseline test 5.97802 secs, and comparison 7.36507 sec, and warnIfPerfScore > 0.6, and perfScore=1.23202]
	                 	Collection_stdforward_list<string> is ***SLOWER***

Test SortedCollection_stdmultiset<string> basics (vector<string> vs SortedCollection_stdmultiset<string>)
	PERFORMANCE_SCORE	1.5
	DETAILS:         	[baseline test 5.97602 secs, and comparison 9.13635 sec, and warnIfPerfScore > 1, and perfScore=1.52883]
	                 	SortedCollection_stdmultiset<string> is ***SLOWER***

Test SortedCollection_stdmultiset<string> basics with rnd strings (vector<string> vs SortedCollection_stdmultiset<string>)
	PERFORMANCE_SCORE	2
	DETAILS:         	[baseline test 6.58146 secs, and comparison 13.111 sec, and warnIfPerfScore > 1.3, and perfScore=1.99211]
	                 	SortedCollection_stdmultiset<string> is ***SLOWER***

Test std::set<int> vs Set<int> (set<int> vs Set<int>)
	PERFORMANCE_SCORE	0.23
	DETAILS:         	[baseline test 46.4466 secs, and comparison 10.6126 sec, and warnIfPerfScore > 0.21, and perfScore=0.228491]
	                 	Set<int> is FASTER

Test String Characters::Format () (sprintf vs String Characters::Format)
	PERFORMANCE_SCORE	3
	DETAILS:         	[baseline test 7.70887 secs, and comparison 23.3791 sec, and warnIfPerfScore > 1.8, and perfScore=3.03275]
	                 	String Characters::Format is ***SLOWER***

Test BLOB versus vector<byte> (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	0.97
	DETAILS:         	[baseline test 7.45033 secs, and comparison 7.23267 sec, and warnIfPerfScore > 1, and perfScore=0.970786]
	                 	BLOB is FASTER

Test BLOB versus vector<byte> ver#2 (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	0.84
	DETAILS:         	[baseline test 10.7174 secs, and comparison 9.05493 sec, and warnIfPerfScore > 0.85, and perfScore=0.844882]
	                 	BLOB is FASTER

Test Test_JSONReadWriteFile (15 seconds vs Test_JSONReadWriteFile)
	PERFORMANCE_SCORE	0.62
	DETAILS:         	[baseline test 15 secs, and comparison 9.22865 sec, and warnIfPerfScore > 0.5, and perfScore=0.615243]
	                 	Test_JSONReadWriteFile is FASTER

Test Test_Optional_ (15 seconds vs Test_Optional_)
	PERFORMANCE_SCORE	0.25
	DETAILS:         	[baseline test 15 secs, and comparison 3.80617 sec, and warnIfPerfScore > 0.5, and perfScore=0.253744]
	                 	Test_Optional_ is FASTER

stroika-json-native-parser: ".\\Tests\\52\\JSONTestData\\small-dict.json"
	DETAILS			0.283872 seconds

stroika-json-native-parser: ".\\Tests\\52\\JSONTestData\\medium-dict.json"
	DETAILS			3.37813 seconds

stroika-json-native-parser: ".\\Tests\\52\\JSONTestData\\large-dict.json"
	DETAILS			11.5768 seconds

stroika-json-parser: ".\\Tests\\52\\JSONTestData\\small-dict.json"
	DETAILS			0.107969 seconds

stroika-json-parser: ".\\Tests\\52\\JSONTestData\\medium-dict.json"
	DETAILS			1.53407 seconds

stroika-json-parser: ".\\Tests\\52\\JSONTestData\\large-dict.json"
	DETAILS			6.56405 seconds

boost_json-parser: ".\\Tests\\52\\JSONTestData\\small-dict.json"
	DETAILS			0.0384113 seconds

boost_json-parser: ".\\Tests\\52\\JSONTestData\\medium-dict.json"
	DETAILS			0.473602 seconds

boost_json-parser: ".\\Tests\\52\\JSONTestData\\large-dict.json"
	DETAILS			1.54987 seconds

boost_json-vv-parser: ".\\Tests\\52\\JSONTestData\\small-dict.json"
	DETAILS			0.11446 seconds

boost_json-vv-parser: ".\\Tests\\52\\JSONTestData\\medium-dict.json"
	DETAILS			1.63141 seconds

boost_json-vv-parser: ".\\Tests\\52\\JSONTestData\\large-dict.json"
	DETAILS			6.39307 seconds

[[[Tests took: 19 minutes, 15 seconds]]]

[       OK ] Stroika_Performance_Tests.all (1155326 ms)
[----------] 1 test from Stroika_Performance_Tests (1155326 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1155326 ms total)
[  PASSED  ] 1 test.
