Skip to content

Commit

Permalink
Update example of wrong defaultMain
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 2, 2024
1 parent ddc4972 commit df493e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ look for another way to speed up generation of Fibonacci numbers.
```
All
fibo 20: OK (1.46s)
Response {respEstimate = Estimate {estMean = Measurement {measTime = 87496728, measAllocs = 0, measCopied = 0}, estStdev = 694487}, respIfSlower = FailIfSlower Infinity, respIfFaster = FailIfFaster Infinity}
WithLoHi (Estimate {estMean = Measurement {measTime = 41529118775, measAllocs = 0, measCopied = 0, measMaxMem = 0}, estStdev = 1595055320}) (-Infinity) Infinity
```

* If benchmarks fail with an error message
Expand Down
2 changes: 1 addition & 1 deletion src/Test/Tasty/Bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ another way to speed up generation of Fibonacci numbers.
> All
> fibo 20: OK (1.46s)
> Response {respEstimate = Estimate {estMean = Measurement {measTime = 87496728, measAllocs = 0, measCopied = 0}, estStdev = 694487}, respIfSlower = FailIfSlower Infinity, respIfFaster = FailIfFaster Infinity}
> WithLoHi (Estimate {estMean = Measurement {measTime = 41529118775, measAllocs = 0, measCopied = 0, measMaxMem = 0}, estStdev = 1595055320}) (-Infinity) Infinity
- If benchmarks fail with an error message
Expand Down

0 comments on commit df493e4

Please sign in to comment.