Skip to content

Commit 4fbdf35

Browse files
committed
[DF][PyROOT] Reduce the number of AsNumpy benchmarks
1 parent 826f9b4 commit 4fbdf35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

root/tree/dataframe/rdataframe_asnumpy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def test_rdataframe_asnumpy_manybranches_scalars_imt(benchmark):
9999
columns = get_column_names(scalars=True)
100100
benchmark.pedantic(payload_asnumpy_manybranches, kwargs={'nthreads': 8, 'columns': columns}, iterations=1, rounds=1)
101101

102+
# NOTE: These benchmarks are disabled due to time constraints
103+
'''
102104
def test_rdataframe_asnumpy_manybranches_vectors_noimit(benchmark):
103105
ROOT.DisableImplicitMT()
104106
columns = get_column_names(vectors=True)
@@ -118,3 +120,4 @@ def test_rdataframe_asnumpy_manybranches_all_imt(benchmark):
118120
ROOT.DisableImplicitMT()
119121
columns = get_column_names(vectors=True, scalars=True, booleans=True)
120122
benchmark.pedantic(payload_asnumpy_manybranches, kwargs={'nthreads': 8, 'columns': columns}, iterations=1, rounds=1)
123+
'''

0 commit comments

Comments
 (0)