Skip to content

Commit

Permalink
tidy up benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeWills committed Oct 3, 2021
1 parent 8d4c639 commit 9aad6c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Benchmarks/Trace/TraceBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public TraceBenchmarks()

Sdk.CreateTracerProviderBuilder()
.SetSampler(new AlwaysOnSampler())
.AddSource(this.sourceWithTwoLegacyActivityOperationNameSubscriptions.Name)
.AddLegacySource("WildcardMatch.*")
.AddProcessor(new DummyActivityProcessor())
.Build();
Expand Down

0 comments on commit 9aad6c3

Please sign in to comment.