Tweak README

This commit is contained in:
Bodigrim 2023-11-06 19:49:43 +00:00
parent 50e4743216
commit 53d59f97b2
2 changed files with 2 additions and 2 deletions

View File

@ -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?

View File

@ -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?