Skip to content

Push commit notifications#1

Draft
Aratz wants to merge 1 commit intodevfrom
feature/pna-2416/on_commit
Draft

Push commit notifications#1
Aratz wants to merge 1 commit intodevfrom
feature/pna-2416/on_commit

Conversation

@Aratz
Copy link
Copy Markdown
Contributor

@Aratz Aratz commented Apr 1, 2026

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.toml files.

Related Issue(s)

Fixes: PNA-2416

Type of change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🛠️ Refactor / Maintenance (internal code changes, updating dependencies, etc.)
  • 📝 Documentation update

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

  • This comment contains a description of changes (with reason).
  • I have performed a self-review of my own code
  • My code compiles successfully (cargo check).
  • I have formatted my code using cargo fmt.
  • I have run cargo clippy and resolved all warnings.
  • Existing unit tests pass locally with my changes (cargo test).

Additional Notes

@Aratz Aratz requested review from elhb and johandahlberg April 1, 2026 13:52
@Aratz Aratz self-assigned this Apr 1, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet