[==========] 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 14:30:3 2024]]]

Using TIME MULTIPLIER: 15

Test Test of simple locking strategies (mutex v shared_ptr copy) (mutex vs shared_ptr<> copy)
	PERFORMANCE_SCORE	0.81
	DETAILS:         	[baseline test 5.59625 secs, and comparison 4.55885 sec, and warnIfPerfScore > 0.9, and perfScore=0.814626]
	                 	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.34028 secs, and comparison 2.7271 sec, and warnIfPerfScore > 0.51, and perfScore=0.510666]
	                 	SpinLock is FASTER
	                 	{{{WARNING - expected performance score less than 0.51 and got 0.510666}}}

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

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

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

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

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

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.5
	DETAILS:         	[baseline test 6.22439 secs, and comparison 9.0255 sec, and warnIfPerfScore > 2.1, and perfScore=1.45002]
	                 	String is ***SLOWER***

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

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

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

Test wstringstream versus StringBuilder (wstringstream vs StringBuilder)
	PERFORMANCE_SCORE	0.47
	DETAILS:         	[baseline test 7.59813 secs, and comparison 3.55923 sec, and warnIfPerfScore > 0.48, and perfScore=0.468436]
	                 	StringBuilder is FASTER

Test Simple c_str() test (wstring vs Charactes::String)
	PERFORMANCE_SCORE	0.93
	DETAILS:         	[baseline test 15.9655 secs, and comparison 14.7989 sec, and warnIfPerfScore > 1.3, and perfScore=0.92693]
	                 	Charactes::String is FASTER

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	0.61
	DETAILS:         	[baseline test 9.22604 secs, and comparison 5.63658 sec, and warnIfPerfScore > 0.75, and perfScore=0.610942]
	                 	Sequence<int> is FASTER

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

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

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	0.62
	DETAILS:         	[baseline test 7.88296 secs, and comparison 4.89605 sec, and warnIfPerfScore > 0.7, and perfScore=0.621093]
	                 	Sequence_Array<int> is FASTER

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	0.9
	DETAILS:         	[baseline test 7.86005 secs, and comparison 7.09146 sec, and warnIfPerfScore > 1.1, and perfScore=0.902216]
	                 	Sequence_stdvector<int> is FASTER

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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