From 8385d3b7fbfca958dc888487e4f8bb984dbd5f08 Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Fri, 20 Sep 2019 09:31:39 -0400 Subject: [PATCH] update benchmark --- benchmark/run.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/benchmark/run.rb b/benchmark/run.rb index 3afc758d03..77992afc2c 100644 --- a/benchmark/run.rb +++ b/benchmark/run.rb @@ -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