You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(perf): add performance comparison table for crypto operations
Add table which compares the performance of crypto operations on different
hardware. This is required since it gives users a clear picture upfront about
speeds they can expect.
Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
Copy file name to clipboardExpand all lines: source/devices/AM62PX/linux/Linux_Performance_Guide.rst
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -793,4 +793,69 @@ Listed for each algorithm are the code snippets used to run each
793
793
794
794
time -v openssl speed -elapsed -evp aes-128-cbc
795
795
796
+
797
+
Crypto Performance Comparison
798
+
-----------------------------
799
+
800
+
The following table shows different AES/SHA algorithms throughput measured using openssl speed across the SA3UL accelerator, ARM Cryptographic Extension (CE), and baseline ARM CPU.
Copy file name to clipboardExpand all lines: source/devices/AM64X/linux/Linux_Performance_Guide.rst
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,72 @@ System Benchmarks
37
37
*****************
38
38
39
39
|
40
+
41
+
|
42
+
43
+
CRYPTO
44
+
======
45
+
46
+
Crypto Performance Comparison
47
+
-----------------------------
48
+
49
+
The following table shows different AES/SHA algorithms throughput measured using openssl speed across the SA2UL accelerator, ARM Cryptographic Extension (CE), and baseline ARM CPU.
0 commit comments