-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add functionality to clone graphs (important for unit test performance) #162
Conversation
@mpollmeier if you want to do changes to this yourself, feel free to push on the branch and merge. If you want me to do the changes, then add a note here and I will do (e.g. make storagepath You can also hit the merge button and change this later. Please let me now whether this solves the unit-test performance problem! |
my changes are rather large so I'll create a follow-up PR. |
This is actually incomplete - I added a test that fails. The root cause is that |
👍 Good find! I made setEdgeProperty also cow.
Not supported by flatgraph. |
👍🏻 thank you |
wouldn't it be better to just add this case to
|
I'd prefer #163 |
switching to #163 |
I think you needed that for unit test performance in joern + codescience.