Conversation
|
pkg.pr.new packages benchmark commit |
Resolution Time Benchmark---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Random Branching (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.69, 1.56, 3.52, 4.89, 5.51, 10.24, 18.81, 19.91]
line [0.72, 1.54, 3.03, 4.74, 5.75, 9.26, 19.40, 18.57]
line [0.85, 1.58, 3.14, 4.66, 6.04, 8.89, 18.65, 19.98]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Linear Recursion (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.22, 0.42, 0.58, 0.71, 0.97, 0.95, 1.10, 1.22]
line [0.22, 0.41, 0.56, 0.69, 0.90, 0.97, 1.10, 1.22]
line [0.27, 0.47, 0.61, 0.73, 0.97, 1.02, 1.18, 1.26]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Full Tree (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.80, 1.98, 3.34, 5.40, 9.96, 21.55, 43.84, 87.86]
line [0.70, 1.70, 3.00, 6.28, 9.97, 21.41, 45.93, 91.04]
line [0.84, 1.81, 2.65, 5.38, 9.76, 21.22, 44.01, 89.37]
|
Bundle size comparison (
|
| 🟢 Decreased | ➖ Unchanged | 🔴 Increased | ❔ Unknown |
|---|---|---|---|
| 0 | 325 | 0 | 0 |
No notable changes.
If you wish to run a comparison for other, slower bundlers, run the 'Tree-shake test' from the GitHub Actions menu.
reczkok
force-pushed
the
feat/radix-sort-v2
branch
from
September 20, 2026 17:06
f8f7bfc to
1827659
Compare
Restore unsorted input before benchmark runs and keep one active demo sorter. Add GPU regression coverage for padding ties, repeated runs, and wrapped output buffers.
reczkok
force-pushed
the
fix/radix-sort-practical-fixes
branch
from
September 20, 2026 17:41
13e55b6 to
8378c09
Compare
reczkok
force-pushed
the
feat/radix-sort-v2
branch
from
September 23, 2026 00:01
3eec85a to
0f05aec
Compare
This branch has not been deployed
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.
Restore unsorted input before benchmark runs and keep one active demo sorter. Add GPU regression coverage for padding ties, repeated runs, and wrapped output buffers.