contra/graphql-helix

Slow processRequest when error thrown

thdxr opened this issue · 1 comments

thdxr commented

Did some basic benchmarking and noticed a normal "Hello world" request finishes in <1ms but if the resolver throws an error it takes > 100ms

Any idea what could be slowing things down?

thdxr commented

Turns out this is the result of having NODE_OPTIONS=--enable-source-maps turned on and not related to this library