Skip to content

Commit

Permalink
[DF][PyROOT] Reduce the number of AsNumpy benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
stwunsch committed Sep 30, 2020
1 parent 826f9b4 commit 4fbdf35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/tree/dataframe/rdataframe_asnumpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def test_rdataframe_asnumpy_manybranches_scalars_imt(benchmark):
columns = get_column_names(scalars=True)
benchmark.pedantic(payload_asnumpy_manybranches, kwargs={'nthreads': 8, 'columns': columns}, iterations=1, rounds=1)

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

0 comments on commit 4fbdf35

Please sign in to comment.