-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dropwizard/metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dropwizard/metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 42 files changed
- 4 contributors
Commits on Aug 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2d0253b - Browse repository at this point
Copy the full SHA 2d0253bView commit details
Commits on Sep 8, 2025
-
chore(deps): update actions/stale action to v10 (#4938)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6641b7 - Browse repository at this point
Copy the full SHA b6641b7View commit details -
fix(deps): update jetty monorepo to v12.1.1 (#4940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2af7527 - Browse repository at this point
Copy the full SHA 2af7527View commit details
Commits on Sep 15, 2025
-
chore(deps): update maven plugins (#4942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0181fcc - Browse repository at this point
Copy the full SHA 0181fccView commit details -
Optimize SlidingTimeWindowMovingAverages sumBuckets (#4936) (#4943)
`SlidingTimeWindowMovingAverages` `sumBuckets()` method could be optimized to perform indexed list access and remove allocations as it currently allocates a `LongAdder` as well as one or two streams. If one is using the 1, 5, or 15 minute rates on hot paths, these can be unnecessary expensive allocations as well as less optimized computations. We can avoid the allocations completely and accumulate the sum directly to a `long` via optimized direct indexed list access. [MovingAverageBenchmarks](https://github.com/palantir/tritium/blob/davids/OptimizedSlidingTimeWindowMovingAverages/tritium-jmh/src/jmh/java/com/palantir/tritium/microbenchmarks/MovingAverageBenchmarks.java) demonstrates the difference in implementations in both execution time (22x faster) and allocations: ``` Benchmark (recordings) (type) Mode Cnt Score Error Units MovingAverageBenchmarks.getM1Rate 10 SlidingTimeWindowMovingAverages avgt 20 1364.969 ± 12.040 ns/op MovingAverageBenchmarks.getM1Rate:gc.alloc.rate.norm 10 SlidingTimeWindowMovingAverages avgt 20 688.037 ± 0.001 B/op MovingAverageBenchmarks.getM1Rate 10 OptimizedSlidingTimeWindowMovingAverages avgt 20 59.182 ± 0.343 ns/op MovingAverageBenchmarks.getM1Rate:gc.alloc.rate.norm 10 OptimizedSlidingTimeWindowMovingAverages avgt 20 0.002 ± 0.001 B/op MovingAverageBenchmarks.getM1Rate 1000 SlidingTimeWindowMovingAverages avgt 20 1401.864 ± 107.134 ns/op MovingAverageBenchmarks.getM1Rate:gc.alloc.rate.norm 1000 SlidingTimeWindowMovingAverages avgt 20 688.038 ± 0.003 B/op MovingAverageBenchmarks.getM1Rate 1000 OptimizedSlidingTimeWindowMovingAverages avgt 20 61.157 ± 1.393 ns/op MovingAverageBenchmarks.getM1Rate:gc.alloc.rate.norm 1000 OptimizedSlidingTimeWindowMovingAverages avgt 20 0.002 ± 0.001 B/op ``` Co-authored-by: David Schlosnagle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c2dbee - Browse repository at this point
Copy the full SHA 6c2dbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c5952 - Browse repository at this point
Copy the full SHA c8c5952View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.4...v5.0.5