aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-08-25-pi4-bench.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2019-08-25-pi4-bench.md')
-rw-r--r--content/posts/2019-08-25-pi4-bench.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/content/posts/2019-08-25-pi4-bench.md b/content/posts/2019-08-25-pi4-bench.md
new file mode 100644
index 0000000..1c9dfb6
--- /dev/null
+++ b/content/posts/2019-08-25-pi4-bench.md
@@ -0,0 +1,35 @@
+---
+date: "2019-08-25T08:19:00Z"
+title: Pi 4 Benchmarks
+---
+
+![world-renowned pablotron test facility][lab]
+
+A few weeks ago I picked up a 1GB [Raspberry Pi 4 Model B][pi4] and
+decided to run some `openssl speed` benchmarks.
+
+Test systems:
+* Raspberry Pi Zero W
+* Raspberry Pi 3 Model B
+* Raspberry Pi 3 Model B+
+* Raspberry Pi 4 Model B
+* Linode VM (1 Core)
+* Intel i7-8650U (Lenovo X1 Carbon, 6th Gen)
+* AMD Ryzen Threadripper 1950X
+
+Test algorithms:
+* `blake2b512`
+* `blake2s256`
+* `sha256`
+* `sha512`
+* `aes-128-cbc`
+* `aes-192-cbc`
+* `aes-256-cbc`
+
+Results are available [here][data]. The code used to run the tests and
+generate the charts is [here][code].
+
+ [pi4]: https://www.raspberrypi.org/products/raspberry-pi-4-model-b/specifications/ "Raspberry Pi 4 Model B"
+ [data]: https://pmdn.org/pi4-bench/ "OpenSSL Speed Test Results"
+ [code]: https://github.com/pablotron/pi4-bench "Git repository containing code and data for Pi 4 OpenSSL Speed Test Results"
+ [lab]: https://pmdn.org/pi4-bench/lab-800.jpg "World-renowned pablotron test facility"