opensearch-project / opensearch-java

Java Client for OpenSearch
Apache License 2.0
106 stars 169 forks source link

[FEATURE] Benchmark Java client. #807

Open saimedhi opened 5 months ago

saimedhi commented 5 months ago

Is your feature request related to a problem?

Benchmark Java client.

What solution would you like?

Either add benchmarks within the opensearch-java repo or make the client switchable to opensearch-java from opensearch-python in opensearch-benchmark.

dblock commented 5 months ago

The Java client has multiple transports, we will want that to be configurable and compare numbers, too.

VachaShah commented 5 months ago

We would also want to have the benchmarks for multiple java versions, for various operations etc.?