Skip to content

Don't force functor cache in throughput tests

Arthur Marius Hennequin requested to merge ahennequ_throughput into master

Since the introduction of unique algorithms names, the name of the functor can change if the code contains path into the TES. This causes miss in the functor cache even if the functor isn't directly affected. While the issue is investigated, the throughput tests should continue to run, and not crash because of the functor cache miss.

@sponce

Merge request reports