"vscode:/vscode.git/clone" did not exist on "fd6baebf1b7180c8ccd0d53434966128caa26cd5"
profile.sh 132 Bytes
Newer Older
1
2
3
4
5
for lib in gt igraph nx dgl; do
    echo "Profiling ${lib}"
    python ${lib}_bench.py > ${lib}_bench
    bash ${lib}_bench.sh
done