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 benchmarks #872

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Add benchmarks #872

wants to merge 8 commits into from

Conversation

bchapuis
Copy link
Member

This PR is intended at improving the implementation of the geoparquet parser. It should not be merged due to licensing issues (JMH GPL).

@bchapuis
Copy link
Member Author

@sebr72 As discussed, I added some benchmarks to baremaps. I also added a pure sequential spliterator (used in the read() method) to have a comparison point. I think this will help us better evaluate the performence. Here are the results when reading lots of small files.

Benchmark                        Mode  Cnt    Score   Error  Units
SmallFileBenchmark.read          avgt       545.925          ms/op
SmallFileBenchmark.readParallel  avgt       537.830          ms/op

Copy link

sonarcloud bot commented Jun 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

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.

None yet

1 participant