EDIT: 2021-01-10
Fixed here: nodejs/node#34291
EDIT: 2020-07-10
Explanation here: nodejs/node#33384 (comment)
By benchmarking promises against different version of Node.js, I noticed a performance drop in traditional promises (then/catch) between Node.js 10 and Node.js 12.
