Skip to content

Commit

Permalink
update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 20, 2019
1 parent 3f7a0bb commit 8385d3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benchmark/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ def foos

class Schema < GraphQL::Schema
query QueryType
if TESTING_INTERPRETER
use GraphQL::Execution::Interpreter
end
use GraphQL::Execution::Interpreter
use GraphQL::Analysis::AST
end

ALL_FIELDS = GraphQL.parse <<-GRAPHQL
Expand Down

0 comments on commit 8385d3b

Please sign in to comment.