Merge pull request #699 from sebastien-prudhomme/master

Take into account non HTTP samples
This commit is contained in:
qgarnier 2017-07-07 09:46:59 +02:00 committed by GitHub
commit b2f6ac93eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;