We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In file:
sdk/test/trace/sampler_benchmark.cc
tests BM_SpanCreation() and BM_NoopSpanCreation() are identical.
BM_SpanCreation()
BM_NoopSpanCreation()
This is because helper BenchmarkSpanCreation() ignores the sampler parameter passed.
BenchmarkSpanCreation()
Fix: use the sampler, so that the tests measure what is intended.
The text was updated successfully, but these errors were encountered:
Fixes issue open-telemetry#1612.
7400349
Fixes issue #1612. (#1622)
909c26d
Fixes issue open-telemetry#1612. (open-telemetry#1622)
a95ee52
Successfully merging a pull request may close this issue.
In file:
sdk/test/trace/sampler_benchmark.cc
tests
BM_SpanCreation()
andBM_NoopSpanCreation()
are identical.This is because helper
BenchmarkSpanCreation()
ignores the sampler parameter passed.Fix: use the sampler, so that the tests measure what is intended.
The text was updated successfully, but these errors were encountered: