Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8c8824

Browse files
seiko2plusganesh-k13
authored andcommitted
BENCH: Add deep datatype based benchmark for bitwise_count
1 parent 4886a7a commit e8c8824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks/bench_ufunc_strides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class UnaryIntContig(_AbstractUnary):
164164
[getattr(np, uf) for uf in (
165165
'positive', 'square', 'reciprocal', 'conjugate', 'logical_not',
166166
'invert', 'isnan', 'isinf', 'isfinite',
167-
'absolute', 'sign'
167+
'absolute', 'sign', 'bitwise_count'
168168
)],
169169
[1], [1],
170170
['b', 'B', 'h', 'H', 'i', 'I', 'l', 'L', 'q', 'Q']

0 commit comments

Comments
 (0)