48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"common_bootbinary" : "bbl-vmlinux",
|
|
"benchmark_name" : "gapbs",
|
|
"deliver_dir" : "gapbs",
|
|
"common_args" : [],
|
|
"common_files" : ["gapbs.sh"],
|
|
"common_simulation_outputs": ["uartlog", "memory_stats*.csv"],
|
|
"common_outputs" : ["/output"],
|
|
"workloads" : [
|
|
{
|
|
"name": "bc-kron",
|
|
"files": ["bc", "run/bc-kron.sh", "benchmark/graphs/kron.sg"],
|
|
"command": "cd /gapbs && ./gapbs.sh bc-kron",
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name": "bfs-kron",
|
|
"files": ["bfs", "run/bfs-kron.sh", "benchmark/graphs/kron.sg"],
|
|
"command": "cd /gapbs && ./gapbs.sh bfs-kron",
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name": "cc-kron",
|
|
"files": ["cc", "run/cc-kron.sh", "benchmark/graphs/kron.sg"],
|
|
"command": "cd /gapbs && ./gapbs.sh cc-kron",
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name": "pr-kron",
|
|
"files": ["pr", "run/pr-kron.sh", "benchmark/graphs/kron.sg"],
|
|
"command": "cd /gapbs && ./gapbs.sh pr-kron",
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name": "sssp-kron",
|
|
"files": ["sssp", "run/sssp-kron.sh", "benchmark/graphs/kron.wsg"],
|
|
"command": "cd /gapbs && ./gapbs.sh sssp-kron",
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name": "tc-kron",
|
|
"files": ["tc", "run/tc-kron.sh", "benchmark/graphs/kronU.sg"],
|
|
"command": "cd /gapbs && ./gapbs.sh tc-kron",
|
|
"outputs": []
|
|
}
|
|
]
|
|
}
|