Skip to content

Commit 920c633

Browse files
committed
Adding ubench/python/number_bucket.clif here for general visibility.
1 parent fccb6d9 commit 920c633

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: ubench/python/number_bucket.clif

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from "pybind11/ubench/number_bucket.h":
2+
namespace `pybind11_ubench`:
3+
class `number_bucket<0>` as number_bucket_pc:
4+
def __init__(self, data_size: int = default)
5+
def sum(self) -> float
6+
def add(self, other: number_bucket_pc) -> int

0 commit comments

Comments
 (0)