Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Nov 6, 2023
1 parent 50e4743 commit 53d59f9
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 @@ -42,7 +42,7 @@ is up to 6x faster than `criterion` and up to 8x faster than `gauge`.
`tasty-bench` is a native Haskell library and works everywhere, where GHC
does, including WASM. We support a full range of architectures (`i386`, `amd64`, `armhf`,
`arm64`, `ppc64le`, `s390x`) and operating systems (Linux, Windows, macOS,
FreeBSD, OpenBSD, NetBSD), plus any GHC from 7.0 to 9.6.
FreeBSD, OpenBSD, NetBSD), plus any GHC from 7.0 to 9.8.

## How is it possible?

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 @@ -27,7 +27,7 @@ machine is up to 16x faster than @criterion@ and up to 4x faster than
GHC does, including WASM. We support a full range of architectures
(@i386@, @amd64@, @armhf@, @arm64@, @ppc64le@, @s390x@) and operating
systems (Linux, Windows, macOS, FreeBSD, OpenBSD, NetBSD), plus any GHC
from 7.0 to 9.6.
from 7.0 to 9.8.
=== How is it possible?
Expand Down

0 comments on commit 53d59f9

Please sign in to comment.