diff options
Diffstat (limited to 'src/benchmarks/cfrac.py')
| -rw-r--r-- | src/benchmarks/cfrac.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/cfrac.py b/src/benchmarks/cfrac.py index cfd2fb1..9438501 100644 --- a/src/benchmarks/cfrac.py +++ b/src/benchmarks/cfrac.py @@ -29,7 +29,7 @@ class BenchmarkCfrac(Benchmark): self.args = {"num": [175451865205073170563711388363274837927895]} self.requirements = ["cfrac"] - super().__init__("cfrac") + super().__init__(name) def summary(self): # Speed |
