Skip to content

Commit b12248a

Browse files
committed
reorder benchmark runs
1 parent 0b40223 commit b12248a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/run.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)