BridgesUNCC / bridges-python

Python client library for Bridges
http://bridgesuncc.github.io
MIT License
3 stars 4 forks source link

graph benchmarking features #39

Closed esaule closed 5 years ago

esaule commented 5 years ago

Port the graph benchmarking features from the C++ client. See the implementation in BFSBenchmark, PageRankBenchmark, and ShortestPathBenchmark in the c++ client for reference.