A logger sample to benchmark the performance between pino and winston in koa.
npm run start:pinonpm run start:winston# run this only when one of the server above is started
# remember to warm up the server by running the benchmark command
# a few time until the result is consistent.
npm run benchmark
