Skip to content

Commit

Permalink
DEBUG-2334 Remove old ddtrace require from tracing benchmarks (#3783)
Browse files Browse the repository at this point in the history
The library has been renamed to datadog,
this appears to be the last location where ddtrace
is required in the test suite.

Co-authored-by: Oleg Pudeyev <code@olegp.name>
  • Loading branch information
p-datadog and p committed Jul 16, 2024
1 parent 2fef64b commit 161e3eb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions benchmarks/tracing_trace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@

require 'benchmark/ips'
require 'open3'

begin
require 'datadog'
rescue LoadError # TODO: Remove when ddtrace 2.0 is merged to master
# This is required to run benchmarks against ddtrace 1.x.
require 'ddtrace'
end
require 'datadog'

class TracingTraceBenchmark
module NoopWriter
Expand Down

0 comments on commit 161e3eb

Please sign in to comment.