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

Investigate Apache Solr benchmark #339

Open
farquet opened this issue Dec 14, 2021 · 0 comments
Open

Investigate Apache Solr benchmark #339

farquet opened this issue Dec 14, 2021 · 0 comments
Labels
benchmark-candidate Potential benchmark to be added

Comments

@farquet
Copy link
Collaborator

farquet commented Dec 14, 2021

The Apache Solr project is a search platform written in Java. This looks like a good candidate for a renaissance benchmark.

Especially since they have JMH benchmarks that could be reused: https://github.com/apache/solr/tree/main/solr/benchmark

In this page, they mention:

Many Solr JMH benchmarks are actually closer to a full integration benchmark in that they run a single action against a full Solr mini cluster.

See org.apache.solr.bench.index.CloudIndexing for an example of this.

Here is the given benchmark: https://github.com/apache/solr/blob/main/solr/benchmark/src/java/org/apache/solr/bench/index/CloudIndexing.java

@farquet farquet added the benchmark-candidate Potential benchmark to be added label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark-candidate Potential benchmark to be added
Projects
None yet
Development

No branches or pull requests

1 participant