diff options
author | rfjakob | 2020-04-01 22:00:27 +0200 |
---|---|---|
committer | rfjakob | 2020-04-01 22:00:27 +0200 |
commit | c61ffb8d3593d04f00ada47db5d98e8b602b6b9d (patch) | |
tree | 4541b27a7f5b55095da4c0b3ba04ace22e3403e6 | |
parent | e8ea55b92fff5b900eab621956bf3554ba5c9ea6 (diff) |
Updated CPU Benchmarks (markdown)
-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 8f68e5f..34e9f40 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -140,6 +140,17 @@ Benchmark4kEncGoGCM-2 10000 194095 ns/op 21.10 MB/s 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) + +Ubuntu 19.10, 64-bit + +``` +$ ./gocryptfs -speed +AES-GCM-256-OpenSSL 21.46 MB/s (selected in auto mode) +AES-GCM-256-Go 21.65 MB/s +AES-SIV-512-Go 17.59 MB/s +``` + ### Odroid XU4 (Exynos 5422 - ARM Cortex-A15 - 2 GHz) ``` model name : ARMv7 Processor rev 3 (v7l) |