Skip to content

Commit

Permalink
add Arm Cortex-A72 (Raspberry Pi 4) benchmarks (customSmallerIsBetter…
Browse files Browse the repository at this point in the history
…) benchmark result for b5e1be1
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 0611bb6 commit 7ea84bd
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1731425405934,
"lastUpdate": 1731425486095,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -11266,6 +11266,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Hanno Becker",
"username": "hanno-becker"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b5e1be178abbbc8ba3f1e1d783e6639bca2c595a",
"message": "Merge pull request #384 from pq-code-package/cbmc_indcpa_dec\n\nCBMC Proof of indcpa_dec()",
"timestamp": "2024-11-12T15:21:59Z",
"tree_id": "cc6315f56587e354937b2a016a2b77b7b06fd851",
"url": "https://github.com/pq-code-package/mlkem-native/commit/b5e1be178abbbc8ba3f1e1d783e6639bca2c595a"
},
"date": 1731425458318,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 53236,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 62691,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 80749,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 88902,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 100089,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 123095,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 133491,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 148951,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 180359,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 7ea84bd

Please sign in to comment.