Skip to content

Commit de96ee0

Browse files
stwunschoshadura
authored andcommitted
fix typo in filename
1 parent 9761372 commit de96ee0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

root/io/io/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ RB_ADD_GBENCHMARK(IOBenchmarks
66
RB_ADD_GBENCHMARK(TFile_RDFSnapshot
77
TFile_RDFSnapshot.cxx
88
LABEL short
9-
LIBRARIES Core RIO ROOTDataFrame MathCore)
9+
LIBRARIES Core RIO ROOTDataFrame MathCore)
1010

1111
if(rootbench-datafiles)
1212
RB_ADD_GBENCHMARK(CompressionBenchmarks_MainEvent
1313
TFile_CompressionBenchmarks_MainEvent.cxx
1414
LABEL short
1515
LIBRARIES Core RIO
1616
DOWNLOAD_DATAFILES Event0-sample.root)
17-
17+
1818
RB_ADD_GBENCHMARK(CompressionBenchmarks_LHCb
1919
TFile_LHCb_Benchmarks.cxx
2020
LABEL short
2121
LIBRARIES Core RIO
2222
DOWNLOAD_DATAFILES lhcb_B2ppKK2011_md_noPIDstrip.root)
23-
23+
2424
RB_ADD_GBENCHMARK(CompressionBenchmarks_NanoAOD
2525
TFile_NanoAOD_Benchmarks.cxx
2626
LABEL short
2727
LIBRARIES Core RIO
2828
DOWNLOAD_DATAFILES Run2012B_DoubleMuParked.root)
29-
29+
3030
RB_ADD_GBENCHMARK(CompressionBenchmarks_ATLAS
3131
TFile_ATLAS_Benchmarks.cxx
3232
LABEL short
3333
LIBRARIES Core RIO
3434
DOWNLOAD_DATAFILES gg_data-zstd.root)
35-
endif()
35+
endif()
File renamed without changes.

0 commit comments

Comments
 (0)