Publish Java benchmark results
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11
- Forks
- 6
- Avg merge
- 55m
- Merged PRs (30d)
- 1
Description
Include Java results in https://github.com/splunk/stef/blob/main/benchmarks/results/benchmarks.html
To do this we can probably output Java benchmarks results to a temp file, then read the file during corresponding Go benchmark execution and include the numbers in the same charts.
This will require pre-run of Java benchmarks first. Update make update-charts target to do this in the correct order.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with benchmarks/results/benchmarks.html and the make update-charts target. Trace the corresponding Go benchmark execution and determine how Java benchmark results can be written to a temporary file and read in the correct order. Done means the Java benchmarks run first and their numbers appear in the same charts as the Go results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, java
- Domain
- build-system, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100