diff --git a/benchmarks/algorithms.py b/benchmarks/algorithms.py index c68c627f..70fc1ac9 100644 --- a/benchmarks/algorithms.py +++ b/benchmarks/algorithms.py @@ -1,6 +1,6 @@ import xgi -rounds = 5 +rounds = 10 fname = "benchmarks/email-eu.json" diff --git a/benchmarks/core.py b/benchmarks/core.py index 424330a0..832f5fc5 100644 --- a/benchmarks/core.py +++ b/benchmarks/core.py @@ -1,6 +1,6 @@ import xgi -rounds = 5 +rounds = 10 fname = "benchmarks/email-eu.json" diff --git a/benchmarks/generative.py b/benchmarks/generative.py index e65cd907..edb700bc 100644 --- a/benchmarks/generative.py +++ b/benchmarks/generative.py @@ -1,6 +1,6 @@ import xgi -rounds = 5 +rounds = 10 def test_erdos_renyi(benchmark):