This adds the required arguments at build system level to generate the
junit report from the benchmark, and simplify the CI script by using
this feature.
Depends on D7064.
Differential D7070
[CI] Make the bench use the ENABLE_JUNIT_REPORT option and use it on CI Fabien on Jul 28 2020, 22:25. Authored by
Details
This adds the required arguments at build system level to generate the Depends on D7064. ninja bitcoin-bench Check the bench runs as usual, and prints human readable result. cmake -GNinja -DENABLE_JUNIT_REPORT=ON ninja bitcoin-bench Check the bench reports to a junit file in test/junit ./contrib/teamcity/build-configurations.py build-bench
Diff Detail
Event Timeline
|