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
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
The handshake time provides insight into the initial connection establishment duration. Post-quantum cryptography (PQC) might increase this time due to the potentially larger key sizes and computational intensity of the algorithms.
image
Data Transfer Time
This metric indicates the time taken to send and receive data after the handshake. While PQC might not have a significant impact on this, it's still essential to measure for a complete performance picture. This can be obtained similarly to the handshake time, but for the actual data transfer phase.
Acceptance Criteria
For all supported Qujata algorithms, support the following
Collect and record all relevant data on everything related to connection setup
Collect and record all relevant data on data transfer, after connection was made, although this should, in theory, be the same as today
Tasks
Be the first to suggest how to break this feature into individual tasks
Task 1
Task 2
The text was updated successfully, but these errors were encountered:
Description
Collect new metrics - TLS Handshake, Data Transfer Time.
Read this blog post for help:
https://blog.josephscott.org/2011/10/14/timing-details-with-curl/
image
This metric indicates the time taken to send and receive data after the handshake. While PQC might not have a significant impact on this, it's still essential to measure for a complete performance picture. This can be obtained similarly to the handshake time, but for the actual data transfer phase.
Acceptance Criteria
For all supported Qujata algorithms, support the following
Tasks
Be the first to suggest how to break this feature into individual tasks
The text was updated successfully, but these errors were encountered: