aboutsummaryrefslogtreecommitdiff
path: root/run.rb
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-07-22 15:17:14 -0400
committerPaul Duncan <pabs@pablotron.org>2019-07-22 15:17:14 -0400
commit07d8c85c105120afecc613729006e581a0217b63 (patch)
tree75cfd0944032d7a2d50a7e7af8654ebe8cf1e416 /run.rb
parent85cffa5517648c783f9e24aa2c76ffb640d7f936 (diff)
downloadpi4-bench-07d8c85c105120afecc613729006e581a0217b63.tar.bz2
pi4-bench-07d8c85c105120afecc613729006e581a0217b63.zip
fix stuff
Diffstat (limited to 'run.rb')
-rwxr-xr-xrun.rb16
1 files changed, 5 insertions, 11 deletions
diff --git a/run.rb b/run.rb
index c4386d0..aff3588 100755
--- a/run.rb
+++ b/run.rb
@@ -113,17 +113,11 @@ module PiBench
</p>
<p>
- Note: The CPUs in the x86-64 systems include <a
+ Note: The x86-64 CPUs have <a
href='https://en.wikipedia.org/wiki/AES_instruction_set'
title='Intel AES-NI instructions.'
- >AES hardware acceleration instructions (AES-NI)</a>, and the
- CPUs in the Raspberry Pi systems do not.
- </p>
-
- <p>
- In other words, AES results should only be interpreted as the
- speed at which the given CPU can perform AES operations, and
- not as a cross-architecture processing power comparison.
+ >hardware-accelerated AES (AES-NI)</a>, and the
+ Raspberry Pi CPUs do not.
</p>
}.strip,
},
@@ -236,7 +230,7 @@ module PiBench
}.strip,
svg_title: %{
- OpenSSL Test Speed Results: %{arch|h}, %{algo|h}
+ OpenSSL Speed Test Results: %{arch|h}, %{algo|h}
}.strip,
svg: %{
@@ -290,7 +284,7 @@ module PiBench
section: %{
<section>
- <h2>Results: %{name|h}</h2>
+ <h2>%{name|h} Results</h2>
%{text}
%{svgs}
</section>