Skip to content

Commit

Permalink
Up the benchmark time to improve stability of responses
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Apr 21, 2023
1 parent 732f223 commit 3fd6c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def self.profile_large_result
schema = ProfileLargeResult::Schema
document = ProfileLargeResult::ALL_FIELDS
Benchmark.ips do |x|
x.config(time: 10)
x.report("Querying for #{ProfileLargeResult::DATA.size} objects") {
schema.execute(document: document)
}
Expand Down

0 comments on commit 3fd6c53

Please sign in to comment.