Skip to content

Commit

Permalink
Disable peakmem benchmark for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Nov 30, 2023
1 parent af6e51c commit 46e0ba3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions asv_bench/benchmarks/reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ def time_reduce(self, func, expected_name, engine):
expected_groups=expected_groups[expected_name],
)

@skip_for_params(numbagg_skip)
@parameterize({"func": funcs, "expected_name": expected_names, "engine": engines})
def peakmem_reduce(self, func, expected_name, engine):
flox.groupby_reduce(
self.array,
self.labels,
func=func,
engine=engine,
axis=self.axis,
expected_groups=expected_groups[expected_name],
)
# @skip_for_params(numbagg_skip)
# @parameterize({"func": funcs, "expected_name": expected_names, "engine": engines})
# def peakmem_reduce(self, func, expected_name, engine):
# flox.groupby_reduce(
# self.array,
# self.labels,
# func=func,
# engine=engine,
# axis=self.axis,
# expected_groups=expected_groups[expected_name],
# )


class ChunkReduce1D(ChunkReduce):
Expand Down

0 comments on commit 46e0ba3

Please sign in to comment.