diff --git a/test/testAll.pl b/test/testAll.pl index 61cdec5..c6a9776 100755 --- a/test/testAll.pl +++ b/test/testAll.pl @@ -2,8 +2,9 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- if $running_under_some_shell; # testIntTypes.pl use Env; system ("./testPVType.pl"); +system ("./testThread.pl"); +system ("./testLinkedList.pl"); system ("./testIntrospect.pl"); system ("./testPVData.pl"); system ("./testPVStructureArray.pl"); system ("./testPVAuxInfo.pl"); -system ("./testLinkedList.pl"); diff --git a/test/testLinkedListAux b/test/testLinkedListAux index 9135916..63b3519 100644 --- a/test/testLinkedListAux +++ b/test/testLinkedListAux @@ -5,16 +5,16 @@ time per iteration 0.000025 microseconds time per addTail/removeHead 0.000000 microseconds Time test locked -diff 177.872050 milliSeconds -time per iteration 177.872050 microseconds -time per addTail/removeHead 0.088936 microseconds +diff 174.679436 milliSeconds +time per iteration 174.679436 microseconds +time per addTail/removeHead 0.087340 microseconds Time ArrayList test -diff 648.628783 milliSeconds -time per iteration 648.628783 microseconds -time per addTail/removeHead 0.324314 microseconds +diff 647.840314 milliSeconds +time per iteration 647.840314 microseconds +time per addTail/removeHead 0.323920 microseconds Time ArrayList test locked -diff 805.752571 milliSeconds -time per iteration 805.752571 microseconds -time per addTail/removeHead 0.402876 microseconds +diff 803.728035 milliSeconds +time per iteration 803.728035 microseconds +time per addTail/removeHead 0.401864 microseconds diff --git a/test/testThreadAux b/test/testThreadAux index b289f65..03e1cc3 100644 --- a/test/testThreadAux +++ b/test/testThreadAux @@ -1 +1 @@ -time per call 25.290591 microseconds +time per call 34.089829 microseconds