Enrico Guiraud
Enrico Guiraud
(note that only some graphs are affected, not all)
Duplicate of https://github.com/root-project/root/issues/7644
Hi Vassil, > Could you add documentation/script which demonstrates how to use these tools to do git bisect based on a performance regression? This is not something you can do...
Tangentially related, and I am not familiar with RooFit's benchmarks, but: it must surely be possible to benchmark realistic workloads and still run short benchmarks, e.g. by fixing the number...
> Also we've already set the number of iterations to 1... I guess you refer to the googlebench iterations, I meant reducing iterations of the fitting algorithm. I would expect...
would #123 fix this?
@stwunsch is the intent of #123 to also fail at configure time if any of the required python packages is missing?
Hi, I'm using a mix of modules and WORKSPACE because some dependencies still don't have modules available in the BCR. I pull in pybind11_protobuf with a `http_archive` rule in the...
Hi, thank you both for your quick replies! ### repo_mapping in the pybind11_protobuf WORKSPACE entry I tried adding a `repo_mapping` to the abseil-cpp bazel module in the WORKSPACE entry and...
Thank you @mering ! I ran out of time to try and figure this out now, I got stuck at a problem with pybind11_bazel building the module for python 3.11...