[==========] 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: Wed Oct 30 20:13:58 2024]]]

Using TIME MULTIPLIER: 15

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

Test Test of simple locking strategies (mutex v SpinLock) (mutex vs SpinLock)
	PERFORMANCE_SCORE	0.76
	DETAILS:         	[baseline test 3.94381 secs, and comparison 2.99131 sec, and warnIfPerfScore > 0.51, and perfScore=0.758482]
	                 	SpinLock is FASTER

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

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

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

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

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

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	0.83
	DETAILS:         	[baseline test 5.30895 secs, and comparison 4.42299 sec, and warnIfPerfScore > 2.1, and perfScore=0.833118]
	                 	String is FASTER

Test wstringstream << test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.2
	DETAILS:         	[baseline test 7.57256 secs, and comparison 9.05761 sec, and warnIfPerfScore > 1.4, and perfScore=1.19611]
	                 	Charactes::String is ***SLOWER***

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

Test wstringstream versus BasicTextOutputStream (wstringstream vs MemoryStream<Characters::Character>)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 3.73996 secs, and comparison 4.94931 sec, and warnIfPerfScore > 1.2, and perfScore=1.32336]
	                 	MemoryStream<Characters::Character> is ***SLOWER***

Test wstringstream versus StringBuilder (wstringstream vs StringBuilder)
	PERFORMANCE_SCORE	1.1
	DETAILS:         	[baseline test 4.02907 secs, and comparison 4.31032 sec, and warnIfPerfScore > 0.48, and perfScore=1.06981]
	                 	StringBuilder is ***SLOWER***

Test Simple c_str() test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.7
	DETAILS:         	[baseline test 2.53669 secs, and comparison 4.30148 sec, and warnIfPerfScore > 1.3, and perfScore=1.6957]
	                 	Charactes::String is ***SLOWER***

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	2
	DETAILS:         	[baseline test 3.25722 secs, and comparison 6.53609 sec, and warnIfPerfScore > 0.75, and perfScore=2.00665]
	                 	Sequence<int> is ***SLOWER***

Test Sequence<string> basics (vector<string> vs Sequence<string>)
	PERFORMANCE_SCORE	0.075
	DETAILS:         	[baseline test 19.0024 secs, and comparison 1.43233 sec, and warnIfPerfScore > 0.33, and perfScore=0.0753761]
	                 	Sequence<string> is FASTER

Test Sequence_DoublyLinkedList<int> basics (vector<int> vs Sequence_DoublyLinkedList<int>)
	PERFORMANCE_SCORE	12
	DETAILS:         	[baseline test 3.26752 secs, and comparison 39.2204 sec, and warnIfPerfScore > 5.1, and perfScore=12.0031]
	                 	Sequence_DoublyLinkedList<int> is ***SLOWER***

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	1.8
	DETAILS:         	[baseline test 3.50412 secs, and comparison 6.27397 sec, and warnIfPerfScore > 0.7, and perfScore=1.79046]
	                 	Sequence_Array<int> is ***SLOWER***

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	2.2
	DETAILS:         	[baseline test 3.56577 secs, and comparison 7.82041 sec, and warnIfPerfScore > 1.1, and perfScore=2.19319]
	                 	Sequence_stdvector<int> is ***SLOWER***

Test Sequence_DoublyLinkedList<string> basics (vector<string> vs Sequence_DoublyLinkedList<string>)
	PERFORMANCE_SCORE	0.41
	DETAILS:         	[baseline test 10.177 secs, and comparison 4.14639 sec, and warnIfPerfScore > 0.55, and perfScore=0.407429]
	                 	Sequence_DoublyLinkedList<string> is FASTER

Test Collection<int> basics (vector<int> vs Collection<int>)
	PERFORMANCE_SCORE	7.5
	DETAILS:         	[baseline test 5.32333 secs, and comparison 39.822 sec, and warnIfPerfScore > 4.9, and perfScore=7.48066]
	                 	Collection<int> is ***SLOWER***

Test Collection<string> basics (vector<string> vs Collection<string>)
	PERFORMANCE_SCORE	0.42
	DETAILS:         	[baseline test 11.1547 secs, and comparison 4.65634 sec, and warnIfPerfScore > 0.85, and perfScore=0.417431]
	                 	Collection<string> is FASTER

Test Collection_LinkedList<string> basics (vector<string> vs Collection_LinkedList<string>)
	PERFORMANCE_SCORE	0.3
	DETAILS:         	[baseline test 11.9641 secs, and comparison 3.58609 sec, and warnIfPerfScore > 0.6, and perfScore=0.299738]
	                 	Collection_LinkedList<string> is FASTER

Test Collection_stdforward_list<string> basics (vector<string> vs Collection_stdforward_list<string>)
	PERFORMANCE_SCORE	0.28
	DETAILS:         	[baseline test 11.9496 secs, and comparison 3.38377 sec, and warnIfPerfScore > 0.6, and perfScore=0.283171]
	                 	Collection_stdforward_list<string> is FASTER

Test SortedCollection_stdmultiset<string> basics (vector<string> vs SortedCollection_stdmultiset<string>)
	PERFORMANCE_SCORE	0.4
	DETAILS:         	[baseline test 11.9403 secs, and comparison 4.75776 sec, and warnIfPerfScore > 1, and perfScore=0.398461]
	                 	SortedCollection_stdmultiset<string> is FASTER

Test SortedCollection_stdmultiset<string> basics with rnd strings (vector<string> vs SortedCollection_stdmultiset<string>)
	PERFORMANCE_SCORE	0.83
	DETAILS:         	[baseline test 18.182 secs, and comparison 15.0956 sec, and warnIfPerfScore > 1.3, and perfScore=0.83025]
	                 	SortedCollection_stdmultiset<string> is FASTER

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

Test String Characters::Format () (sprintf vs String Characters::Format)
	PERFORMANCE_SCORE	1.5
	DETAILS:         	[baseline test 8.34699 secs, and comparison 12.8997 sec, and warnIfPerfScore > 1.8, and perfScore=1.54543]
	                 	String Characters::Format is ***SLOWER***

Test BLOB versus vector<byte> (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	0.82
	DETAILS:         	[baseline test 6.97973 secs, and comparison 5.71278 sec, and warnIfPerfScore > 1, and perfScore=0.818481]
	                 	BLOB is FASTER

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

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

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

stroika-json-native-parser: "./Tests/52/JSONTestData/small-dict.json"
	DETAILS			0.188626 seconds

stroika-json-native-parser: "./Tests/52/JSONTestData/medium-dict.json"
	DETAILS			2.82222 seconds

stroika-json-native-parser: "./Tests/52/JSONTestData/large-dict.json"
	DETAILS			11.1033 seconds

stroika-json-parser: "./Tests/52/JSONTestData/small-dict.json"
	DETAILS			0.143753 seconds

stroika-json-parser: "./Tests/52/JSONTestData/medium-dict.json"
	DETAILS			1.68481 seconds

stroika-json-parser: "./Tests/52/JSONTestData/large-dict.json"
	DETAILS			8.49619 seconds

boost_json-parser: "./Tests/52/JSONTestData/small-dict.json"
	DETAILS			0.055733 seconds

boost_json-parser: "./Tests/52/JSONTestData/medium-dict.json"
	DETAILS			0.79927 seconds

boost_json-parser: "./Tests/52/JSONTestData/large-dict.json"
	DETAILS			2.65123 seconds

boost_json-vv-parser: "./Tests/52/JSONTestData/small-dict.json"
	DETAILS			0.249281 seconds

boost_json-vv-parser: "./Tests/52/JSONTestData/medium-dict.json"
	DETAILS			2.62342 seconds

boost_json-vv-parser: "./Tests/52/JSONTestData/large-dict.json"
	DETAILS			9.81813 seconds

[[[Tests took: 12 minutes, 33 seconds]]]

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

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