Skip to content

Commit 826f9b4

Browse files
committed
[DF][PyROOT] Use larger file for AsNumpy benchmark 'manybranches'
1 parent 07ccad9 commit 826f9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/tree/dataframe/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RB_ADD_GBENCHMARK(RDFBenchmarks
77
if(NUMPY_FOUND AND rootbench-datafiles)
88
RB_ADD_PYTESTBENCHMARK(pytest-rdataframe-asnumpy
99
rdataframe_asnumpy.py
10-
DOWNLOAD_DATAFILES Run2012BC_DoubleMuParked_Muons.root data_A.GamGam.100k.root
10+
DOWNLOAD_DATAFILES Run2012BC_DoubleMuParked_Muons.root data_A.GamGam.root
1111
LABEL long)
1212
endif()
1313

root/tree/dataframe/rdataframe_asnumpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import ROOT
66

77
nanoaod_file = os.path.join(os.environ["RB_DATASETDIR"], "Run2012BC_DoubleMuParked_Muons.root")
8-
ntuple_file = os.path.join(os.environ["RB_DATASETDIR"], "data_A.GamGam.100k.root")
8+
ntuple_file = os.path.join(os.environ["RB_DATASETDIR"], "data_A.GamGam.root")
99

1010
# Simple AsNumpy benchmark processing a minimal amount of data from memory
1111

0 commit comments

Comments
 (0)