Commit 0bc89236 authored by schmitting's avatar schmitting
Browse files

No commit message

No commit message
parent a350df71
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -353,12 +353,12 @@ module MainModule {
            }
        };
                                
        setverdict(pass, "The average transaction duration is: " & int2str(p_averageTranDuration) & " micro s" & 
        setverdict(pass, "The average transaction duration is: " & int2str(p_averageTranDuration) & " micro s." & 
                         " The shortest transaction was transaction: " & int2str(p_shortestTransIndex) & 
                         " and took " & int2str(p_shortestTransDuration) & " micro s"  & 
                         " and took " & int2str(p_shortestTransDuration) & " micro s."  & 
                         " The longest transaction was transaction: " & int2str(p_longestTransIndex) & 
                         " and took " & int2str(p_longestTransDuration)& " micro s" &
                         " Erorr Rate " & int2str(p_failTran)
                         " and took " & int2str(p_longestTransDuration)& " micro s." &
                         " Transaction Erorr Rate: " & int2str(((p_failTran + p_inconcTran) * 100) / p_nrOfTransactions)
                         ) ;
                         
         unmap(mtc:controlPort, system:controlPort);