Skip to content

Commit

Permalink
add Arm Cortex-A55 (Snapdragon 888) benchmarks (customSmallerIsBetter…
Browse files Browse the repository at this point in the history
…) benchmark result for 991ff69
  • Loading branch information
github-action-benchmark committed Sep 17, 2024
1 parent 47a2c9e commit 141bb31
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 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": 1726558367729,
"lastUpdate": 1726558371685,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -5436,6 +5436,71 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"name": "pq-code-package",
"username": "pq-code-package"
},
"committer": {
"name": "pq-code-package",
"username": "pq-code-package"
},
"id": "991ff695449eb2cb0c275ff8437e86bb1916571f",
"message": "Add first AArch64 Keccak-f1600 ASM",
"timestamp": "2024-09-16T05:50:15Z",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/pull/133/commits/991ff695449eb2cb0c275ff8437e86bb1916571f"
},
"date": 1726558365064,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 201972,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 213687,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 265864,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 364610,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 377050,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 449036,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 572372,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 585661,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 677467,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [
Expand Down

0 comments on commit 141bb31

Please sign in to comment.