We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c123a commit 49fff85Copy full SHA for 49fff85
1 file changed
lib/providers/httpTransaction/index.js
@@ -221,7 +221,7 @@ HttpTransaction.prototype._sendRpm = function () {
221
var dataBag = {
222
requests: cloneDeep(this.rpmMetrics),
223
timestamp: new Date().toISOString(),
224
- avgResponseTime: this.avgResponseTime
+ avgResponseTime: Math.floor(this.avgResponseTime)
225
};
226
227
this.eventBus.emit(this.eventBus.RPM_METRICS, dataBag);
0 commit comments