Skip to content

Commit 120212f

Browse files
author
Rakeshwar Reddy Kambaiahgari
committed
removed version references
1 parent fcd2ec9 commit 120212f

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/VirtualClient/VirtualClient.Main/profiles/GET-STARTED-OPENSSL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "OpenSSL 3.5.0 CPU Performance Workload",
2+
"Description": "OpenSSL CPU Performance Workload",
33
"Metadata": {
44
"SupportedPlatforms": "linux-x64,linux-arm64,win-x64",
55
"SupportedOperatingSystems": "CBL-Mariner,CentOS,Debian,RedHat,Suse,Ubuntu,Windows"

src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-OPENSSL-TLS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "OpenSSL 3.5.0 Benchmark with TLS",
2+
"Description": "OpenSSL Benchmark with TLS",
33
"Metadata": {
44
"RecommendedMinimumExecutionTime": "03:00:00",
55
"SupportedPlatforms": "linux-x64,linux-arm64,win-x64",

src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-OPENSSL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "OpenSSL 3.5.0 CPU Performance Workload",
2+
"Description": "OpenSSL CPU Performance Workload",
33
"Metadata": {
44
"RecommendedMinimumExecutionTime": "01:00:00",
55
"SupportedPlatforms": "linux-x64,linux-arm64,win-x64",

website/docs/workloads/openssl/openssl-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ transport layer security (TLS/SSL) toolset.
1111
:::info
1212
*Note on Multi-Threaded Execution:
1313
Although the toolset can be used on Windows, the OpenSSL speed workload was designed with Unix as a foundation. Multi-threaded/parallel testing
14-
is not supported for Windows builds of OpenSSL 3.5.0. This means that the OpenSSL speed command will not heavily exercise the CPU resources on the
14+
is not supported for Windows builds of OpenSSL. This means that the OpenSSL speed command will not heavily exercise the CPU resources on the
1515
system. It will use a single core/vCPU to run each test. On Linux, VC starts Speed with `-multi {num-logical-cpus}` ,unless it is provided explicitly in the
1616
"CommandArguments" Action property.This means that on Linux, VC uses ALL cores/vCPUs available on the system in-parallel.
1717
:::

website/docs/workloads/openssl/openssl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# OpenSSL
2-
OpenSSL 3.5.0 is an open-source industry standard transport layer security (TLS, SSL) toolset. The OpenSSL toolset includes a feature/command (openssl speed) that enables measuring
2+
OpenSSL is an open-source industry standard transport layer security (TLS, SSL) toolset. The OpenSSL toolset includes a feature/command (openssl speed) that enables measuring
33
the performance of the CPU in processing operations associated with various cryptography/encryption algorithms supported by the toolset (e.g. md5, sha1, sha256, aes-256-cbc).
44

5-
This toolset was compiled directly from the open source GitHub repo in order to take advantage of 3.0 beta features sets and expanded support for additional
5+
This toolset was compiled directly from the open source GitHub repo in order to take advantage of newer feature sets and expanded support for additional
66
cryptography algorithms/operations.
77

88
* [OpenSSL GitHub](https://github.com/openssl/openssl)
@@ -11,10 +11,10 @@ cryptography algorithms/operations.
1111
* [OpenSSL speed](https://www.openssl.org/docs/manmaster/man1/openssl-speed.html)
1212

1313
## What is Being Measured?
14-
OpenSSL 3.5.0 is designed to be a very simple benchmarking tool.
14+
OpenSSL is designed to be a very simple benchmarking tool. It produces a set of measurements each testing the performance of the CPU for handling a particular cryptography
1515
algorithm across a set of buffer sizes (e.g. 16-byte, 64-byte, 256-byte, 1024-byte, 8192-byte and 16384-byte).
1616

17-
The OpenSSL 3.5.0 build used by the VC Team runs the following CPU-intensive cryptography algorithm tests:
17+
The OpenSSL build used by the VC Team runs the following CPU-intensive cryptography algorithm tests:
1818

1919
* md5
2020
* sha1

0 commit comments

Comments
 (0)