Skip to content

Commit a70b48a

Browse files
committed
PERF: stats_corr a smaller vbsuite
1 parent f1ff315 commit a70b48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vb_suite/stat_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# spearman correlation
8787

8888
setup = common_setup + """
89-
df = DataFrame(np.random.randn(1000, 300))
89+
df = DataFrame(np.random.randn(1000, 30))
9090
"""
9191

9292
stats_corr_spearman = Benchmark("df.corr(method='spearman')", setup,

0 commit comments

Comments
 (0)