diff options
-rw-r--r-- | CPU-Benchmarks.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md index ed47c5b..e6f906e 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -156,13 +156,15 @@ XChaCha20-Poly1305-Go 747.43 MB/s (benchmark only, not selectable yet) #### Raspberry Pi 4 Model B (BCM2835, 4 x Cortex A72 @ 1.5GHz) -From https://github.com/rfjakob/gocryptfs/issues/531#issue-760624096 , Raspberry Pi 4b running ubuntu 20.10 64bit +Raspberry Pi 4b running ubuntu 20.04 64bit + ``` -gocryptfs 1.8.0; go-fuse 2.0.3; 2020-11-27 go1.15.5 linux/arm64 -AES-GCM-256-OpenSSL 21.44 MB/s (selected in auto mode) -AES-GCM-256-Go 21.06 MB/s -AES-SIV-512-Go 17.70 MB/s -XChaCha20-Poly1305-Go 122.86 MB/s +./gocryptfs -speed +gocryptfs v2.1-44-g4e3b770; go-fuse v2.1.1-0.20210825171523-3ab5d95a30ae; 2021-08-30 go1.17 linux/arm64 +AES-GCM-256-OpenSSL 21.21 MB/s (selected in auto mode) +AES-GCM-256-Go 22.66 MB/s +AES-SIV-512-Go 18.44 MB/s +XChaCha20-Poly1305-Go 116.62 MB/s (use via -xchacha flag) ``` ### 32-bit ARM CPUs |