Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Aug 6, 2024
1 parent fb3b8e9 commit eec85cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benchmarks/tracing_trace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ def open
around do |block|
Datadog::Tracing.trace('op.name') do |span, trace|
@trace = trace
unless block
require'byebug';byebug
end
block.call
end
end
Expand Down Expand Up @@ -137,6 +134,7 @@ def open
end
end

=begin
puts "Current pid is #{Process.pid}"
def run_benchmark(&block)
Expand All @@ -156,3 +154,4 @@ def run_benchmark(&block)
run_benchmark { benchmark_propagation_datadog }
run_benchmark { benchmark_propagation_trace_context }
end
=end

0 comments on commit eec85cb

Please sign in to comment.