Skip to content

Reapply "Performance tests: recover a baseline from ancestor commits and CI results."

David Eichmann requested to merge DavidEichmann/ghc:T-15936 into master

This includes a bug regarding an incorrectly captured local variable metric. In python closures capture variables by reference not by value. This can cause problems when capturing variables that are modified in a loop. To capture by value, the closure is given an extra parameter with the desired default value.

Edited by David Eichmann

Merge request reports