Skip to content

Commit

Permalink
run::Thu Sep 14 12:40:16 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
benchmark.yml committed Sep 14, 2023
1 parent cb9a808 commit 8fb2718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions micro-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Pure C++ Implementation
| AES Operation | key bits | Duration | Megabytes |
| --- | --- | --- | --- |
| Encryption | 256 | 691ms | 16|
| Decryption | 256 | 748ms | 16|
| Encryption | 256 | 552ms | 16|
| Decryption | 256 | 636ms | 16|

AES-NI (Hardware Accelerated)
| AES Operation | key bits | Duration | Megabytes |
| --- | --- | --- | --- |
| Encryption | 256 | 5ms | 16|
| Decryption | 256 | 5ms | 16|
| Encryption | 256 | 3ms | 16|
| Decryption | 256 | 3ms | 16|

0 comments on commit 8fb2718

Please sign in to comment.