Take into account non HTTP samples
This commit is contained in:
parent
4b68ea2d4d
commit
629a4c67e1
|
@ -103,7 +103,7 @@ sub run {
|
|||
my $p = XML::Parser->new(NoLWP => 1);
|
||||
my $xp = XML::XPath->new(parser => $p, xml => $stdout);
|
||||
|
||||
my $listHttpSampleNode = $xp->findnodes('/testResults/httpSample');
|
||||
my $listHttpSampleNode = $xp->findnodes('/testResults/httpSample|/testResults/sample');
|
||||
|
||||
my $timing0 = 0;
|
||||
my $timing1 = 0;
|
||||
|
|
Loading…
Reference in New Issue