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

Skip to content

Commit eba1760

Browse files
committed
fix: change array_size
1 parent 45c9779 commit eba1760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmarks/bench_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Unique(Benchmark):
123123
param_names = ["array_size", "percent_nans", "percent_unique_values", "dtype"]
124124
params = [
125125
# sizes of the 1D arrays
126-
[200, int(2e5), int(2e8)],
126+
[200, int(2e5), int(2e7)],
127127
# percent of np.nan in arrays
128128
[0, 0.1, 2., 50., 90.],
129129
# percent of unique values in arrays

0 commit comments

Comments
 (0)