koa2打印的这些日志是什么意思?

问题描述 投票:0回答:0

我正在使用 autocannon 对以下 api 进行负载测试

router.get('/empty', async (ctx, next) => {
    console.log('one reuqest done')
    ctx.body = { hash: 'empty' }
})

koa2的日志显示如下

为什么有时候会有很多'<--' and sometimes not one '<--'

非常感谢任何帮助。

node.js load-testing koa2
© www.soinside.com 2019 - 2024. All rights reserved.