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