Skip to content

Commit

Permalink
Make small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jan 15, 2022
1 parent ab73462 commit 2599fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/BenchShow/Report.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ genGroupReport RawReport{..} cfg@Config{..} = do
then diffString presentation diffStrategy
else Nothing
case mkTitle of
Just _ -> putStrLn $ maybe "" (\f -> f reportIdentifier) mkTitle
Just f -> putStrLn $ f reportIdentifier
Nothing -> putStrLn $ makeTitle reportIdentifier diffStr cfg

let benchcol = "Benchmark" : reportRowIds
Expand Down
4 changes: 2 additions & 2 deletions lib/BenchShow/Tutorial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ import BenchShow
-- compared is arrived at. By default we use the 'MinEstimators' strategy which
-- computes the difference using all the available estimators and takes the
-- minimum of all. We can use a 'SingleEstimator' strategy instead if we so
-- desire, it uses the estimatorr configured for the report using the
-- @estimator@ field of the configuration..
-- desire, it uses the estimator configured for the report using the
-- @estimator@ field of the configuration.
--
-- @
-- 'report' "results.csv" Nothing
Expand Down

0 comments on commit 2599fa7

Please sign in to comment.