From 07d8c85c105120afecc613729006e581a0217b63 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 22 Jul 2019 15:17:14 -0400 Subject: fix stuff --- run.rb | 16 +++++----------- 1 file 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

- Note: The CPUs in the x86-64 systems include AES hardware acceleration instructions (AES-NI), and the - CPUs in the Raspberry Pi systems do not. -

- -

- 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), and the + Raspberry Pi CPUs do not.

}.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: %{
-

Results: %{name|h}

+

%{name|h} Results

%{text} %{svgs}
-- cgit v1.2.3