-
Notifications
You must be signed in to change notification settings - Fork 431
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
Add performance testing framework #20
Conversation
* A library which can be used to test performance of UCX API functions. * Performance tool - `ucx_perftest` which uses that library. It can be used either in client-server mode or launched as MPI application. * Unit test to measure put latency.
Avoid the need to use BF lock.
Merged build triggered. |
1 similar comment
Merged build triggered. |
Merged build started. |
Merged build finished. Test PASSed. |
Test PASSed. |
else | ||
echo Running under jenkins | ||
JOB_URL=$JOB_URL/ws |
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.
JOB_URL is set by Jenkins
I dont think we should modify it, but add "ws" where needed
Test PASSed. |
👍 I was able to build it on my machine (after merge with my branch) |
Add performance testing framework
TEST/APPS/IO_DEMO: Add multi-connection support
No description provided.