Skip to content

Commit

Permalink
Remove old ddtrace require from tracing benchmarks
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.
  • Loading branch information
p committed Jul 15, 2024
1 parent f867bd9 commit e7267f3
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 e7267f3

Please sign in to comment.