rootbench
rootbench copied to clipboard
Collection of benchmarks and performance monitoring applications
Currently we have a few integration benchmarks that only execute a single repetition, but some of these benchmarks share input files. As a consequence, the first of these benchmarks would...
During the benchmark execution, rootbench generates CSV files and other artifacts. At the moment, the path where these files are being saved is not configurable. Would it be a good...
In particular, queries to retrieve datapoints from InfluxDB have some subtleties: * must use InfluxDB, not rootbench-InfluxDB as source (unless you want old data) * must select a single nodelabel...
Right now we have the dependencies in requirements.txt. Wouldn't it be nicer to raise an error/warning at configuration time if the requirements are not found and invite to install them...
It would speed up repeated executions of RNTuple tests by quite a bit.
cmake docs: https://cmake.org/cmake/help/v3.12/prop_test/FIXTURES_CLEANUP.html Currently we upload the test results in bulk in a jenkins job.
That's a prerequisite for PR #13.