Skip to content

Commit afabc3d

Browse files
committed
fix case constructor
1 parent 661cd68 commit afabc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmark_cases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ BENCHMARK_CASES = [
7272
rng = StableRNG(1)
7373
vtypes = [pqnode(), generator()]
7474
vertices = vtypes[shuffle(rng, vcat([1 for _ in 1:N÷2], [2 for _ in 1:N÷2]))]
75-
Network(g, vertices, piline())
75+
(g, vertices, piline())
7676
end,
7777
# [10,20],
7878
[100, 1_000, 10_000, 100_000],

0 commit comments

Comments
 (0)