Skip to content

Commit d846d51

Browse files
committed
Revert IO compression benchmarks (very long benchmark)
1 parent de96ee0 commit d846d51

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

root/io/io/CMakeLists.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ if(rootbench-datafiles)
1515
LIBRARIES Core RIO
1616
DOWNLOAD_DATAFILES Event0-sample.root)
1717

18-
RB_ADD_GBENCHMARK(CompressionBenchmarks_LHCb
19-
TFile_LHCb_Benchmarks.cxx
20-
LABEL short
21-
LIBRARIES Core RIO
22-
DOWNLOAD_DATAFILES lhcb_B2ppKK2011_md_noPIDstrip.root)
18+
# FIXME: too long benchmarks, needs to be optimised
19+
#RB_ADD_GBENCHMARK(CompressionBenchmarks_LHCb
20+
# TFile_LHCb_Benchmarks.cxx
21+
# LABEL short
22+
# LIBRARIES Core RIO
23+
# DOWNLOAD_DATAFILES lhcb_B2ppKK2011_md_noPIDstrip.root)
2324

24-
RB_ADD_GBENCHMARK(CompressionBenchmarks_NanoAOD
25-
TFile_NanoAOD_Benchmarks.cxx
26-
LABEL short
27-
LIBRARIES Core RIO
28-
DOWNLOAD_DATAFILES Run2012B_DoubleMuParked.root)
25+
#RB_ADD_GBENCHMARK(CompressionBenchmarks_NanoAOD
26+
# TFile_NanoAOD_Benchmarks.cxx
27+
# LABEL short
28+
# LIBRARIES Core RIO
29+
# DOWNLOAD_DATAFILES Run2012B_DoubleMuParked.root)
2930

30-
RB_ADD_GBENCHMARK(CompressionBenchmarks_ATLAS
31-
TFile_ATLAS_Benchmarks.cxx
32-
LABEL short
33-
LIBRARIES Core RIO
34-
DOWNLOAD_DATAFILES gg_data-zstd.root)
31+
#RB_ADD_GBENCHMARK(CompressionBenchmarks_ATLAS
32+
# TFile_ATLAS_Benchmarks.cxx
33+
# LABEL short
34+
# LIBRARIES Core RIO
35+
# DOWNLOAD_DATAFILES gg_data-zstd.root)
3536
endif()

0 commit comments

Comments
 (0)