We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe387e commit 52e53b1Copy full SHA for 52e53b1
asv_bench/benchmarks/array.py
@@ -2,8 +2,6 @@
2
3
import pandas as pd
4
5
-from .pandas_vb_common import tm
6
-
7
8
class BooleanArray:
9
def setup(self):
asv_bench/benchmarks/strings.py
@@ -12,7 +12,7 @@ class Construction:
12
params = ["str", "string"]
13
param_names = ["dtype"]
14
15
- def setup(self):
+ def setup(self, dtype):
16
self.data = tm.rands_array(nchars=10 ** 5, size=10)
17
18
def time_construction(self, dtype):
0 commit comments