LPATHBench

Benchmarks of the longest path problem in various languages

  • Owner: logicchains/LPATHBench
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

LPATHBench

Benchmarks of the longest path problem in various languages

sh runbench.sh 8981 x86 x86html to run the benchmark locally.
sh runArmBench.sh 8981 to run the benchmark on an ARM device (edit the script to set the ssh and path settings)
sh resdiff.sh x86 arm > diffgraph.html to create the diff table
python makeblog.py to make the blog

Where 8981 is the distance of the longest path in the graph

If you want to make a new graph:

/mkgraph -places=NUM_NODES -worldsize=WORLD_SIZE, where NUM_NODES is the number of nodes in the graph, and WORLD_SIZE is the maximum distance between nodes. Each node has at least one connection, to the next node, and will on average have NUM_NODES/2 connections. Graphs are directed; a path of length N from Node1 to Node2 doesn't imply a similar path from Node2 to Node1.

Main metrics

Overview
Name With Ownerlogicchains/LPATHBench
Primary LanguageC
Program languageC (Language Count: 29)
Platform
License:MIT License
所有者活动
Created At2014-11-14 03:15:27
Pushed At2019-06-05 22:05:15
Last Commit At2018-03-05 20:06:24
Release Count0
用户参与
Stargazers Count154
Watchers Count8
Fork Count46
Commits Count266
Has Issues Enabled
Issues Count11
Issue Open Count8
Pull Requests Count49
Pull Requests Open Count7
Pull Requests Close Count8
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private