Skip to content

Commit

Permalink
[benchmarks] fix umf suite after recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Dec 13, 2024
1 parent f9efc51 commit 220d32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmarks/benches/umf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def benchmarks(self) -> list[Benchmark]:

class ComputeUMFBenchmark(Benchmark):
def __init__(self, bench, name):
super().__init__(bench.directory, bench)

self.bench = bench
self.bench_name = name
self.oneapi = get_oneapi()
Expand All @@ -55,8 +57,6 @@ def __init__(self, bench, name):

self.col_statistics_time = None

super().__init__(bench.directory)

def bin_args(self) -> list[str]:
return []

Expand Down

0 comments on commit 220d32f

Please sign in to comment.