Improve SciJava Ops benchmark charts#247
Merged
Merged
Conversation
Member
Author
|
Note that I did this quickly with guidance from an LLM, and the patchset isn't perfect, but it gets the job done. |
61846fa to
5fa4f8c
Compare
This commit switches from a single linearly scaled vertical bar chart to a horizontal bar chart split down the middle, with log scale on the left and linear scale on the right.
Because I had to rerun it on my machine in order to recreate the graphs.
5fa4f8c to
0ec4663
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patchset improves the SciJava Ops benchmarking page of the docs to use horizontal bar charts with dual log+linear axes. The two different scales highlight different aspects of the performance metrics; seeing both side by side is useful to get a more comprehensive picture of the numbers.
Incidentally, the scijava-ops-benchmarks component build was broken due to base POM reworking done in 8be9bc3, so this patchset also fixes the build.