Giter VIP home page Giter VIP logo

graphbenchmark's Introduction

Graph Benchmarks

Comparing different open-source graph analysis packages using benchmark graph tasks

Environment

We suggest set up different Anaconda virtual environments for each of the packages. Experiments are run with Python 3.7. Besides, you should install matplotlib==3.3. For commands to install the graph packages, see setup.md.

Packages

  1. Graph-tool
  2. igraph
  3. NetworkX
  4. Networkit
  5. SNAP

Data

  1. Amazon product co-purchasing network (262k nodes, 1.2m edges)
  2. Google web graph (875k nodes, 5.1m edges)

Tasks

  1. Data loading
  2. Shortest path
  3. PageRank
  4. k-core
  5. Strongly connected components

Features

Outputs of the scripts include:

  1. Total runtime
  2. Peak virtual memory size
  3. CPU usage and Resident Set Size (RSS) throughout the process, given by procpath (figure)
  4. ps data throughout the process
  5. CPU usage and Virtual Memory Size (VMS) throughout the process, given by ps -aux (figure)

Run

sh scripts/snap.sh

Scripts for other packages can also be found in scripts and run using similar commands.

graphbenchmark's People

Contributors

ytyz1307zzh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.