diff options
author | rfjakob | 2021-05-25 20:50:57 +0200 |
---|---|---|
committer | rfjakob | 2021-05-25 20:50:57 +0200 |
commit | 2029d06cf25aca709b22ad737fd2b8a00a5173c3 (patch) | |
tree | f11b742cf16460c30c3dcf249aaf1b73f1498217 /CPU-Benchmarks.md | |
parent | 6566fe81323418eb927afc9fd7a4ea8fc3c2b97a (diff) |
Updated CPU Benchmarks (markdown)
Diffstat (limited to 'CPU-Benchmarks.md')
-rw-r--r-- | CPU-Benchmarks.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md index d3a9ee2..21b2edc 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -138,6 +138,17 @@ Benchmark4kEncGoGCM-2 10000 194095 ns/op 21.10 MB/s ### ARM devices +**Apple M1** ( https://github.com/rfjakob/gocryptfs/issues/556#issuecomment-848079309 ) + +``` +% gocryptfs -speed +gocryptfs v2.0-beta4-5-g09870bf; go-fuse v2.1.1-0.20210423170155-a90e1f463c3f => github.com/rfjakob/go-fuse/v2 v2.1.1-0.20210508151621-62c5aa1919a7; 2021-05-25 go1.16.3 darwin/arm64 +AES-GCM-256-OpenSSL 1627.09 MB/s (selected in auto mode) +AES-GCM-256-Go 3746.85 MB/s +AES-SIV-512-Go 452.57 MB/s +XChaCha20-Poly1305-Go 747.43 MB/s (benchmark only, not selectable yet) +``` + Data gathered by @DavyLandman ([post](https://github.com/rfjakob/gocryptfs/issues/452#issuecomment-586453188)), thank you very much! ### Raspberry Pi 4 Model B (4 x Cortex A72 @ 1.5GHz) |