Merge pull request #699 from sebastien-prudhomme/master
Take into account non HTTP samples
This commit is contained in:
commit
b2f6ac93eb
|
@ -103,7 +103,7 @@ sub run {
|
||||||
my $p = XML::Parser->new(NoLWP => 1);
|
my $p = XML::Parser->new(NoLWP => 1);
|
||||||
my $xp = XML::XPath->new(parser => $p, xml => $stdout);
|
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 $timing0 = 0;
|
||||||
my $timing1 = 0;
|
my $timing1 = 0;
|
||||||
|
|
Loading…
Reference in New Issue