Skip to content
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

LightGraphs version in the benchmark #11

Closed
pzhanggit opened this issue Aug 18, 2021 · 2 comments
Closed

LightGraphs version in the benchmark #11

pzhanggit opened this issue Aug 18, 2021 · 2 comments

Comments

@pzhanggit
Copy link

Hi @timlrx, thanks for the very interesting work. I am trying to run the benchmarks following your instructions but have some troubles running lightgraphs.jl. I am using the LightGraphs master branch as suggested in the file (and also the master branch of graph-benchmarks), but it seems to have different implementations about functions like ShortestPaths and Centrality with the ones expected in lightgraphs.jl. For example, I found LightGraphs.ShortestPaths as LightGraphs.Experimental.ShortestPaths, but could not find ThreadedBFS and Centrality. Could you provide suggestions on which version I should use to run the lightgraphs.jl benchmark? Thanks!

@timlrx
Copy link
Owner

timlrx commented Aug 19, 2021

Hi @pzhanggit, yes this benchmark is a little old and some of the APIs may not be compatible with the latest version of the code. There's also a change in the structure of the repo, see this thread for more info. Basically, master has reverted to the v1 code and development holds the v2.0-dev code. Try downloading that branch instead.

@pzhanggit
Copy link
Author

Thank you, @timlrx! It is running now with the development branch.

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

No branches or pull requests

2 participants