Skip to content

Commit 551a719

Browse files
committed
Add numbagg
1 parent e0d98cb commit 551a719

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

asv.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
// followed by the pip installed packages).
7373
//
7474
"matrix": {
75+
"numbagg": [""],
7576
"numpy_groupies": [""],
7677
"numpy": [""],
7778
"pandas": [""],

benchmarks/reduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
N = 1000
99
funcs = ["sum", "nansum", "mean", "nanmean", "argmax", "max"]
10-
engines = ["flox", "numpy"]
10+
engines = ["flox", "numpy", "numbagg"]
1111

1212

1313
class ChunkReduce:

0 commit comments

Comments
 (0)