We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e773bce commit eaf4f07Copy full SHA for eaf4f07
benchmark/benchmarks.jl
@@ -1,7 +1,6 @@
1
using BenchmarkTools, Graphs
2
3
const BENCHDIR = dirname(@__FILE__)
4
-
5
const DIGRAPHS = Dict{String,DiGraph}(
6
"complete100" => complete_digraph(100), "path500" => path_digraph(500)
7
)
0 commit comments