Closed jpbempel closed 2 months ago
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
ci_job_date | 1725885110 | 1725885484 |
end_time | 2024-09-09T12:33:04 | 2024-09-09T12:39:19 |
git_branch | master | jpbempel/add-optional-prims |
git_commit_sha | 5ddb19db3a | 1891175ec9e2264311a405200b4fced1ab2c2d65 |
start_time | 2024-09-09T12:31:51 | 2024-09-09T12:38:05 |
Found 0 performance improvements and 5 performance regressions! Performance is the same for 3 metrics, 7 unstable metrics.
scenario | Δ mean agg_http_req_duration_min | Δ mean agg_http_req_duration_p50 | Δ mean agg_http_req_duration_p75 | Δ mean agg_http_req_duration_p99 | Δ mean throughput |
---|---|---|---|---|---|
scenario:loop | worse [+221.775µs; +375.545µs] or [+2.193%; +3.713%] |
worse [+218.358µs; +383.849µs] or [+2.124%; +3.734%] |
worse [+228.088µs; +413.460µs] or [+2.200%; +3.988%] |
worse [+219.276µs; +655.571µs] or [+2.061%; +6.162%] |
worse [-3.905op/s; -1.487op/s] or [-4.061%; -1.546%] |
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | jpbempel/add-optional-prims |
git_commit_date | 1725881796 | 1725884405 |
git_commit_sha | c4dfa36730 | 1891175ec9 |
release_version | 1.40.0-SNAPSHOT~c4dfa36730 | 1.40.0-SNAPSHOT~1891175ec9 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 12 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
end_time | 2024-09-09T12:29:52 | 2024-09-09T12:36:38 |
git_branch | master | jpbempel/add-optional-prims |
git_commit_date | 1725881796 | 1725884405 |
git_commit_sha | c4dfa36730 | 1891175ec9 |
release_version | 1.40.0-SNAPSHOT~c4dfa36730 | 1.40.0-SNAPSHOT~1891175ec9 |
start_time | 2024-09-09T12:29:39 | 2024-09-09T12:36:25 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 8 metrics, 20 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | jpbempel/add-optional-prims |
git_commit_date | 1725884741 | 1725884405 |
git_commit_sha | 5ddb19db3a | 1891175ec9 |
release_version | 1.40.0-SNAPSHOT~5ddb19db3a | 1.40.0-SNAPSHOT~1891175ec9 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics.
nice.
What about OptionalFloat/Byte/Char/Boolean? Maybe there are more primitives we need to support or we can generate a generic solution for all of those...
no only those, because for other primitives they are widen into int
or double
version
What Does This Do
We added special field access for Optional but forgot about specialized version for primitives: Int, Double and Long
Motivation
Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: DEBUG-2777