added testThread to testAll
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
time per call 25.290591 microseconds
|
||||
time per call 34.089829 microseconds
|
||||
|
||||
Reference in New Issue
Block a user