diff --git a/benchmark/Chart.hs b/benchmark/Chart.hs index cec85c70..28cf92a9 100644 --- a/benchmark/Chart.hs +++ b/benchmark/Chart.hs @@ -186,7 +186,7 @@ main = do { presentation = Groups PercentDiff , selectBenchmarks = selectBench (sortByName opts) , selectFields = filter - ( flip elem fs + ( flip elem (fmap (fmap toLower) fs) . fmap toLower ) }