Core i7 2700K @ 3.5GHz
Windows 10 x64
25 000 array items | 50 iterations
Node.js v13.5

-----
TypeGraphQL

standard
- 15.518s

using sync field resolvers
- 18.180s

using async field resolvers
- 39.934s

using getters
- 31.207s

standard with global middleware
- 62.664s

with `simpleResolvers: true`
- 14.980s

-----
`graphql-js`

standard
- 13.276s

async field resolvers
- 25.630s
