Skip to content

Commit a7f260c

Browse files
doc fix
1 parent b86d1f1 commit a7f260c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf/perf.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ end
3737
layers = [GCNConv, GraphConv, GATConv]
3838
)
3939
40-
Benchmark GNN layers on random regular graphs
41-
of connectivity `c` and each nodes' number in the list `Ns`.
40+
Benchmark GNN layers on Erdos-Renyi ranomd graphs
41+
with average degree `c`. Benchmarks are perfomed for each graph size in the list `Ns`.
4242
`D` is the number of node features.
4343
"""
4444
function run_benchmarks(;

0 commit comments

Comments
 (0)