Skip to content

Commit 3fd6c53

Browse files
committed
Up the benchmark time to improve stability of responses
1 parent 732f223 commit 3fd6c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/run.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def self.profile_large_result
204204
schema = ProfileLargeResult::Schema
205205
document = ProfileLargeResult::ALL_FIELDS
206206
Benchmark.ips do |x|
207+
x.config(time: 10)
207208
x.report("Querying for #{ProfileLargeResult::DATA.size} objects") {
208209
schema.execute(document: document)
209210
}

0 commit comments

Comments
 (0)