Skip to content

impl bool filters, add tests#2467

Merged
shivamka1 merged 13 commits intomasterfrom
features/bool_filters
Feb 4, 2026
Merged

impl bool filters, add tests#2467
shivamka1 merged 13 commits intomasterfrom
features/bool_filters

Conversation

@shivamka1
Copy link
Collaborator

Fixes #2466

Copy link
Contributor

@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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 1fdd950 Previous: 12be753 Ratio
lotr_graph_subgraph_10pc/num_nodes 14 ns/iter (± 0) 4 ns/iter (± 0) 3.50

This comment was automatically generated by workflow using github-action-benchmark.

Copy link
Contributor

@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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'GraphQL Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 1fdd950 Previous: 12be753 Ratio
addNode 36 req/s 1480 req/s 41.11

This comment was automatically generated by workflow using github-action-benchmark.

Copy link
Collaborator

@ljeub-pometry ljeub-pometry left a comment

Choose a reason for hiding this comment

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

Some minor things but looking good overall

@shivamka1 shivamka1 merged commit 5e53eee into master Feb 4, 2026
6 checks passed
@shivamka1 shivamka1 deleted the features/bool_filters branch February 4, 2026 13:35
ljeub-pometry added a commit that referenced this pull request Feb 6, 2026
* impl bool filters, add tests (#2467)

* impl bool filters, add tests

* fix imports

* add review suggestions

* add more tests

* add gql tests

* more tests

* fix test

* add more review suggestions

* add more review suggestions

* add delete_edge for py graph, add tests, add review suggestions

* fix tests

* chore: apply tidy-public auto-fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fixes for docker ci (#2470)

* merge clis and configs (#2457)

* merge clis and configs

* commit missing main file

* fix compilation errors and python imports

* cli actually working

* add server subcommand

* add help messages and version option

* fix compilation errors

* add AppConfigBuilder import back

* simplify the deadlock tests

* revert ui-test commit

* switch to parking_lot for deadlock tests

* clear up the main.rs in raphtory-graphql

* chore: apply tidy-public auto-fixes

---------

Co-authored-by: Fabian Murariu <[email protected]>
Co-authored-by: Fabian Murariu <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: apply tidy-public auto-fixes

---------

Co-authored-by: Shivam <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Pedro Rico Pinazo <[email protected]>
Co-authored-by: Fabian Murariu <[email protected]>
Co-authored-by: Fabian Murariu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Impl Bool Filters

2 participants