Conversation
There was a problem hiding this comment.
Native Community Detection Benchmark
Details
| Benchmark suite | Current: 45e609a | Previous: 0359131 | Ratio |
|---|---|---|---|
bench_fast_label_propagation |
0.005574 s |
0.009678 s |
0.58 |
bench_leiden_modularity |
0.03406 s |
0.02852 s |
1.19 |
bench_leiden_modularity_medium |
13.99 s |
16.4 s |
0.85 |
bench_create_graph_from_parquet |
1.616 s |
1.72 s |
0.94 |
bench_parquet_reading |
0.46130000000000004 s |
0.4507 s |
1.02 |
bench_parquet_writing |
0.46680000000000005 s |
0.5109 s |
0.91 |
This comment was automatically generated by workflow using github-action-benchmark.
johandahlberg
approved these changes
Apr 1, 2026
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.
Description
This PR adds a workflow to notify pixelator-internal that this repo has been updated. Another workflow on pixelator-internal will then take over and update the commit id in the
Cargo.tomlfiles.Related Issue(s)
Fixes: PNA-2416
Type of change
How Has This Been Tested?
pixelator-internal is being updated with the receiver end of this workflow. Once this is in-place, we can merge this PR and see if pixelator-internal is updated as expected
Rust Checklist
cargo check).cargo fmt.cargo clippyand resolved all warnings.cargo test).Additional Notes