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

ActionFilter performance test #575

Closed
zhichao-aws opened this issue Jan 17, 2023 · 1 comment
Closed

ActionFilter performance test #575

zhichao-aws opened this issue Jan 17, 2023 · 1 comment
Assignees

Comments

@zhichao-aws
Copy link
Member

opensearch-project/OpenSearch#5479
To investigate the performance impact of new ActionFilter, use benchmark tool to give a quantified result.

@zhichao-aws
Copy link
Member Author

zhichao-aws commented Feb 1, 2023

Settings:
Using opensearch with index-management plugin as baseline, and baseline + 999 no-operation ActionFilter as contender.
We run baseline and contender each for 10 times with geoname workload and take the average for comparison. ISM version is 2.4.1 .
Test no-op filter code:
zhichao-aws/index-management@398da6c
zhichao-aws/index-management@4c885d2
Result:
Compared with the baseline, contender increase the indexing time by 0.93% (24.7771m -> 25.0075m) and decrease index-append mean throughput by 0.78% (51616.7 doc/s -> 51216.4 doc/s) in average.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant