Formulas to calculate Pacing
Formulas to calculate Pacing
Formula 1:
P = ( D - ( I * Ti ) ) / ( I - 1)
where
P = Pacing time in secs
D = Duration of the test in secs
I = No. of Iterations
Ti = Time taken for 1 Iteration in secs
Formula 2:
simplified form of formula 1
P = D / I
where
P = Pacing time in secs
D = Duration of the test in secs
I = No. of Iterations
Formula 3:
P = ( V * D) / Ts
where
P = Pacing time in secs
V = No. of users in the script for which pacing is calculated
D = Duration of the test in secs
Ts = Total no of Transactions to be achieved in the test for the script, for which pacing is calculated
Post a Comment
0 Comments