Skip to content
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 support for create search pipeline #363

Closed
wants to merge 2 commits into from

Conversation

noCharger
Copy link
Contributor

@noCharger noCharger commented Aug 16, 2023

Description

Add support for create search pipeline

Issues Resolved

Part of opensearch-project/OpenSearch#7782

Testing

  • New functionality includes testing

[Describe how this change was tested]

  1. Unit test passed.
make test

================= 1185 passed, 5 skipped, 3 warnings in 20.11s =================
  1. Added workloads and tested
    {
      "name": "create-http-log-baseline-search-pipeline",
      "operation-type": "create-search-pipeline",
      "id": "http-log-baseline-search-pipeline",
      "body": {
        "description": "Process search requests with a pipeline that does nothing. Baseline for overhead of pipeline."
      }
    }
    
    
|                                                 Min Throughput |          term |       45.65 |  ops/s |
|                                                Mean Throughput |          term |       45.65 |  ops/s |
|                                              Median Throughput |          term |       45.65 |  ops/s |
|                                                 Max Throughput |          term |       45.65 |  ops/s |
|                                       100th percentile latency |          term |     34.9443 |     ms |
|                                  100th percentile service time |          term |     12.6586 |     ms |
|                                                     error rate |          term |           0 |      % |
|                                                 Min Throughput | term_pipeline |       47.75 |  ops/s |
|                                                Mean Throughput | term_pipeline |       47.75 |  ops/s |
|                                              Median Throughput | term_pipeline |       47.75 |  ops/s |
|                                                 Max Throughput | term_pipeline |       47.75 |  ops/s |
|                                       100th percentile latency | term_pipeline |     34.4138 |     ms |
|                                  100th percentile service time | term_pipeline |     12.8929 |     ms |
|                                                     error rate | term_pipeline |           0 |      % |

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.

Signed-off-by: Louis Chu <[email protected]>
@noCharger noCharger closed this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant