[==========] 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 :33:28 2024]]]

Using TIME MULTIPLIER: 15

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

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

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

Test Simple Struct With Strings Filling And Copying2 (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.46
	DETAILS:         	[baseline test 6.31456 secs, and comparison 2.90081 sec, and warnIfPerfScore > 0.45, and perfScore=0.459385]
	                 	Charactes::String is FASTER
	                 	{{{WARNING - expected performance score less than 0.45 and got 0.459385}}}

Test Simple String append test (+='string object') 10x (wstring vs Charactes::String)
	PERFORMANCE_SCORE	4.9
	DETAILS:         	[baseline test 6.95815 secs, and comparison 34.4242 sec, and warnIfPerfScore > 4.9, and perfScore=4.94732]
	                 	Charactes::String is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 4.9 and got 4.94732}}}

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

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

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.7
	DETAILS:         	[baseline test 5.73627 secs, and comparison 9.89334 sec, and warnIfPerfScore > 2.1, and perfScore=1.7247]
	                 	String is ***SLOWER***

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

Test String::substr() (wstring vs Charactes::String)
	PERFORMANCE_SCORE	1.9
	DETAILS:         	[baseline test 5.43759 secs, and comparison 10.39 sec, and warnIfPerfScore > 1.7, and perfScore=1.91077]
	                 	Charactes::String is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1.7 and got 1.91077}}}

Test wstringstream versus BasicTextOutputStream (wstringstream vs MemoryStream<Characters::Character>)
	PERFORMANCE_SCORE	1.3
	DETAILS:         	[baseline test 6.9015 secs, and comparison 8.70867 sec, and warnIfPerfScore > 1.2, and perfScore=1.26185]
	                 	MemoryStream<Characters::Character> is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1.2 and got 1.26185}}}

Test wstringstream versus StringBuilder (wstringstream vs StringBuilder)
	PERFORMANCE_SCORE	0.45
	DETAILS:         	[baseline test 6.90441 secs, and comparison 3.11492 sec, and warnIfPerfScore > 0.48, and perfScore=0.451149]
	                 	StringBuilder is FASTER

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

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	0.67
	DETAILS:         	[baseline test 8.36185 secs, and comparison 5.6221 sec, and warnIfPerfScore > 0.75, and perfScore=0.672351]
	                 	Sequence<int> is FASTER

Test Sequence<string> basics (vector<string> vs Sequence<string>)
	PERFORMANCE_SCORE	0.24
	DETAILS:         	[baseline test 7.51906 secs, and comparison 1.76755 sec, and warnIfPerfScore > 0.33, and perfScore=0.235076]
	                 	Sequence<string> is FASTER

Test Sequence_DoublyLinkedList<int> basics (vector<int> vs Sequence_DoublyLinkedList<int>)
	PERFORMANCE_SCORE	8.5
	DETAILS:         	[baseline test 8.00273 secs, and comparison 68.2233 sec, and warnIfPerfScore > 5.1, and perfScore=8.525]
	                 	Sequence_DoublyLinkedList<int> is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 5.1 and got 8.525}}}

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	0.68
	DETAILS:         	[baseline test 8.08211 secs, and comparison 5.48323 sec, and warnIfPerfScore > 0.7, and perfScore=0.67844]
	                 	Sequence_Array<int> is FASTER

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	0.92
	DETAILS:         	[baseline test 8.13303 secs, and comparison 7.44991 sec, and warnIfPerfScore > 1.1, and perfScore=0.916006]
	                 	Sequence_stdvector<int> is FASTER

Test Sequence_DoublyLinkedList<string> basics (vector<string> vs Sequence_DoublyLinkedList<string>)
	PERFORMANCE_SCORE	0.82
	DETAILS:         	[baseline test 7.69132 secs, and comparison 6.31872 sec, and warnIfPerfScore > 0.55, and perfScore=0.821539]
	                 	Sequence_DoublyLinkedList<string> is FASTER
	                 	{{{WARNING - expected performance score less than 0.55 and got 0.821539}}}

Test Collection<int> basics (vector<int> vs Collection<int>)
	PERFORMANCE_SCORE	9.4
	DETAILS:         	[baseline test 8.5996 secs, and comparison 80.4142 sec, and warnIfPerfScore > 4.9, and perfScore=9.35092]
	                 	Collection<int> is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 4.9 and got 9.35092}}}

Test Collection<string> basics (vector<string> vs Collection<string>)
	PERFORMANCE_SCORE	1.2
	DETAILS:         	[baseline test 7.22901 secs, and comparison 8.71001 sec, and warnIfPerfScore > 0.85, and perfScore=1.20487]
	                 	Collection<string> is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 0.85 and got 1.20487}}}

Test Collection_LinkedList<string> basics (vector<string> vs Collection_LinkedList<string>)
	PERFORMANCE_SCORE	0.84
	DETAILS:         	[baseline test 7.19819 secs, and comparison 6.07884 sec, and warnIfPerfScore > 0.6, and perfScore=0.844495]
	                 	Collection_LinkedList<string> is FASTER
	                 	{{{WARNING - expected performance score less than 0.6 and got 0.844495}}}

Test Collection_stdforward_list<string> basics (vector<string> vs Collection_stdforward_list<string>)
	PERFORMANCE_SCORE	0.85
	DETAILS:         	[baseline test 7.17897 secs, and comparison 6.13469 sec, and warnIfPerfScore > 0.6, and perfScore=0.854536]
	                 	Collection_stdforward_list<string> is FASTER
	                 	{{{WARNING - expected performance score less than 0.6 and got 0.854536}}}

Test SortedCollection_stdmultiset<string> basics (vector<string> vs SortedCollection_stdmultiset<string>)
	PERFORMANCE_SCORE	1.2
	DETAILS:         	[baseline test 7.13042 secs, and comparison 8.76909 sec, and warnIfPerfScore > 1, and perfScore=1.22981]
	                 	SortedCollection_stdmultiset<string> is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1 and got 1.22981}}}

Test SortedCollection_stdmultiset<string> basics with rnd strings (vector<string> vs SortedCollection_stdmultiset<string>)
	PERFORMANCE_SCORE	1.6
	DETAILS:         	[baseline test 7.78815 secs, and comparison 12.3719 sec, and warnIfPerfScore > 1.3, and perfScore=1.58855]
	                 	SortedCollection_stdmultiset<string> is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1.3 and got 1.58855}}}

Test std::set<int> vs Set<int> (set<int> vs Set<int>)
	PERFORMANCE_SCORE	0.25
	DETAILS:         	[baseline test 39.0091 secs, and comparison 9.85488 sec, and warnIfPerfScore > 0.21, and perfScore=0.25263]
	                 	Set<int> is FASTER
	                 	{{{WARNING - expected performance score less than 0.21 and got 0.25263}}}

Test String Characters::Format () (sprintf vs String Characters::Format)
	PERFORMANCE_SCORE	3.4
	DETAILS:         	[baseline test 5.73238 secs, and comparison 19.3904 sec, and warnIfPerfScore > 1.8, and perfScore=3.38262]
	                 	String Characters::Format is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1.8 and got 3.38262}}}

Test BLOB versus vector<byte> (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	1.1
	DETAILS:         	[baseline test 5.64811 secs, and comparison 6.07319 sec, and warnIfPerfScore > 1, and perfScore=1.07526]
	                 	BLOB is ***SLOWER***
	                 	{{{WARNING - expected performance score less than 1 and got 1.07526}}}

Test BLOB versus vector<byte> ver#2 (vector<byte> vs BLOB)
	PERFORMANCE_SCORE	0.99
	DETAILS:         	[baseline test 7.7697 secs, and comparison 7.66407 sec, and warnIfPerfScore > 0.85, and perfScore=0.986405]
	                 	BLOB is FASTER
	                 	{{{WARNING - expected performance score less than 0.85 and got 0.986405}}}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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