The performance counting is done by summing the return from `@timed`. This returns a `NamedTuple`, which does not have `+` defined anymore.
The performance counting is done by summing the return from
@timed. This returns aNamedTuple, which does not have+defined anymore.