splunk / splunk/stef

Publish Java benchmark results

Open
#81 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Java
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.