-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add before and after to TimeOps and change at so it only includes events happening at that point in time (this should fix the semantics for the GraphWithDeletions so the partial_windows workaround is no longer needed) * Revert "Added 'hard deletion' semantics (#1348)" f72f97c * fix edge alive check * at methods in python and fix tests * enable the warning comment for pr * fix benchmark action * fix the documentation for time ops * update the impl_timeops docstring * add docstring for before and after on Edges --------- Co-authored-by: Haaroon Y <[email protected]> Co-authored-by: Ben Steer <[email protected]>
- Loading branch information
1 parent
846abd8
commit f9b8799
Showing
15 changed files
with
466 additions
and
732 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
f9b8799
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.lotr_graph/has_edge_existing
79
ns/iter (± 2
)36
ns/iter (± 0
)2.19
lotr_graph/has_edge_nonexisting
78
ns/iter (± 2
)35
ns/iter (± 1
)2.23
lotr_graph/has_vertex_existing
25
ns/iter (± 0
)10
ns/iter (± 0
)2.50
lotr_graph/has_vertex_nonexisting
25
ns/iter (± 0
)8
ns/iter (± 0
)3.13
lotr_graph/max_id
5193
ns/iter (± 6
)1819
ns/iter (± 56
)2.85
lotr_graph_window_100/has_edge_existing
104
ns/iter (± 6
)43
ns/iter (± 6
)2.42
lotr_graph_window_100/has_edge_nonexisting
77
ns/iter (± 2
)36
ns/iter (± 1
)2.14
lotr_graph_window_100/has_vertex_nonexisting
26
ns/iter (± 0
)8
ns/iter (± 0
)3.25
lotr_graph_window_10/has_edge_existing
104
ns/iter (± 6
)43
ns/iter (± 4
)2.42
lotr_graph_window_10/has_edge_nonexisting
77
ns/iter (± 5
)34
ns/iter (± 1
)2.26
lotr_graph_window_10/has_vertex_nonexisting
26
ns/iter (± 0
)8
ns/iter (± 0
)3.25
This comment was automatically generated by workflow using github-action-benchmark.