-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Performance tests #17834
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
base: main
Are you sure you want to change the base?
Performance tests #17834
Conversation
144e7d9 to
1ecaa7a
Compare
|
{"run-benchmark-test": "id_4"} |
|
❌ Gradle check result for 1ecaa7a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/2799/ . Final results will be published once the job is completed. |
Benchmark ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/2799/
|
Benchmark Baseline Comparison ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/56/
|
|
{"run-benchmark-test": "id_4"} |
|
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/2800/ . Final results will be published once the job is completed. |
|
❌ Gradle check result for 8492836: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
there was an issue due to jenkins restart. submitting again. |
|
{"run-benchmark-test": "id_4"} |
|
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/2810/ . Final results will be published once the job is completed. |
Benchmark ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/2810/
|
Benchmark Baseline Comparison ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/58/
|
Summary of the above benchmarksThe first benchmark was run with Java agent enabled and the second benchmark introduced a cache when trying to check wether a Protection Domain has a give permission. The performance of java-agent and stack walking in both the cases is primarily measured through the file interceptor, which is called for every Indexing and search operation. |
…SystemProvider.class Signed-off-by: Pranav Reddy <[email protected]>
… being thrown Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: Pranav Reddy <[email protected]>
…File Interceptor Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: Pranav Reddy <[email protected]>
…ing, must be low overhead) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]>
8492836 to
022643f
Compare
|
{"run-benchmark-test": "id_4"} |
|
The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/3003/ . Final results will be published once the job is completed. |
|
❌ Gradle check result for a4abd07: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Benchmark ResultsBenchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/3003/
|
|
looks like we didn't had the baseline comparisons results published? |
|
Yes, I am not sure why though, but the baseline results will most probably show a regression because, the current changes includes interception of |
|
Nevertheless, I will run the benchmark again |
|
{"run-benchmark-test": "id_4"} |
|
@rishabh6788, is there any specific reason, we are not seeing the comparison with baseline here. cc: @kumargu |
|
This PR is stalled because it has been open for 30 days with no activity. |
Description
Creating a Draft PR for performance benchmarks on Java-agent enabled
Related Issues
Resolves #17665
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.