-
Notifications
You must be signed in to change notification settings - Fork 13
Configure parametric test to get the cpp tracer in same way as system-tests #86
New issue
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
Configure parametric test to get the cpp tracer in same way as system-tests #86
Conversation
BenchmarksBenchmark execution time: 2024-01-08 10:49:26 Comparing candidate commit 5985edc in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
environment: | ||
TEST_LIBRARY: cpp | ||
DD_TRACE_CPP_COMMIT: << pipeline.git.revision >> | ||
command: cd system-tests && ./build.sh -i runner && ./run.sh PARAMETRIC --log-cli-level=DEBUG | ||
command: | | ||
echo "https://github.com/DataDog/dd-trace-cpp@$DD_TRACE_CPP_COMMIT" > ~/project/system-tests/binaries/cpp-load-from-git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this actually work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it will work once we merge the PR: DataDog/system-tests#1983
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you just set the version of dd-trace-cpp
instead of the whole github url?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is to maintain a certain similarity with other tracers. ie: https://github.com/DataDog/system-tests/blob/main/utils/scripts/load-binary.sh#L230
Co-authored-by: Damien Mehala <damien.mehala@datadoghq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Configure parametric test to get the cpp tracer in same way as system-tests
Related with system-tests PR: DataDog/system-tests#1983