summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CPU-Benchmarks.md11
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)