[==========] 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: Tue Oct 29 16:42:52 2024]]]

Using TIME MULTIPLIER: 15

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

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

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

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

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

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

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

Test String a + b (wstring vs String)
	PERFORMANCE_SCORE	1.6
	DETAILS:         	[baseline test 5.33865 secs, and comparison 8.56701 sec, and warnIfPerfScore > 2.1, and perfScore=1.60471]
	                 	String is ***SLOWER***

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

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

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

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

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

Test Sequence<int> basics (vector<int> vs Sequence<int>)
	PERFORMANCE_SCORE	0.64
	DETAILS:         	[baseline test 7.95673 secs, and comparison 5.10911 sec, and warnIfPerfScore > 0.75, and perfScore=0.642111]
	                 	Sequence<int> is FASTER

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

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

Test Sequence_Array<int> basics (vector<int> vs Sequence_Array<int>)
	PERFORMANCE_SCORE	0.63
	DETAILS:         	[baseline test 7.64488 secs, and comparison 4.79671 sec, and warnIfPerfScore > 0.7, and perfScore=0.627441]
	                 	Sequence_Array<int> is FASTER

Test Sequence_stdvector<int> basics (vector<int> vs Sequence_stdvector<int>)
	PERFORMANCE_SCORE	0.91
	DETAILS:         	[baseline test 7.67419 secs, and comparison 7.00681 sec, and warnIfPerfScore > 1.1, and perfScore=0.913036]
	                 	Sequence_stdvector<int> is FASTER

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[[Tests took: 17 minutes, 8 seconds]]]

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

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