File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,9 +324,9 @@ def self.profile_stack_depth
324324 }
325325 GRAPHQL
326326
327- very_lazy_res = StackDepthSchema . execute ( query_str , variables : { lazyThing : true , lazyStackTrace : true } )
328- lazy_res = StackDepthSchema . execute ( query_str , variables : { lazyThing : true , lazyStackTrace : false } )
329327 eager_res = StackDepthSchema . execute ( query_str , variables : { lazyThing : false , lazyStackTrace : false } )
328+ lazy_res = StackDepthSchema . execute ( query_str , variables : { lazyThing : true , lazyStackTrace : false } )
329+ very_lazy_res = StackDepthSchema . execute ( query_str , variables : { lazyThing : true , lazyStackTrace : true } )
330330 get_depth = -> ( result ) { result [ "data" ] [ "thing" ] [ "thing" ] [ "thing" ] [ "thing" ] [ "thing" ] [ "stackTraceDepth" ] }
331331
332332 puts <<~RESULT
You can’t perform that action at this time.
0 commit comments