Skip to content

Commit

Permalink
enable remaining DI benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 4, 2024
1 parent b02699b commit 5de0605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmarks/di_instrument.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def run_benchmark

instrumenter.unhook(probe)

=begin Line probes require more of DI code to be merged
calls = 0
probe = Datadog::DI::Probe.new(id: 1, type: :log,
file: file, line_no: line + 1)
Expand Down Expand Up @@ -206,7 +205,6 @@ def run_benchmark
# target code is approximately what it was prior to hook installation.

instrumenter.unhook(probe)
=end

calls = 0

Expand Down

0 comments on commit 5de0605

Please sign in to comment.