Skip to content

Commit

Permalink
Merge pull request #3928 from DataDog/ivoanjo/tweak-profiler-sample-b…
Browse files Browse the repository at this point in the history
…enchmark

[NO-TICKET] Tweak duration of profiler_sample_serialize benchmark
  • Loading branch information
ivoanjo authored Sep 19, 2024
2 parents a9e360b + 3b54135 commit 2610cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/profiler_sample_serialize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create_profiler

def run_benchmark
Benchmark.ips do |x|
benchmark_time = VALIDATE_BENCHMARK_MODE ? { time: 0.01, warmup: 0 } : { time: 10, warmup: 2 }
benchmark_time = VALIDATE_BENCHMARK_MODE ? { time: 0.01, warmup: 0 } : { time: 60, warmup: 2 }
x.config(
**benchmark_time,
)
Expand Down

0 comments on commit 2610cb8

Please sign in to comment.