node-qps
Version:
Test Node Application QPS
8 lines (7 loc) • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var reportQPS;
exports.reportQPS = reportQPS;
exports.reportQPS = reportQPS = function (counter, resEnd) {
return resEnd("\n requestCount: " + counter.requestCount + "\n responseCount: " + counter.responseCount + "\n requsetCountInLastTime: " + counter.requsetCountInLastTime + "\n responseCountInLastTime: " + counter.responseCountInLastTime + "\n noRespsnseCount: " + counter.noResponseCount + "\n QPS: " + counter.noResponseCount + "\n collectTime: " + counter.noResponseCount / 1000 + "\n\n ");
};