Skip to content

Commit

Permalink
add Arm Cortex-A76 (Raspberry Pi 5) benchmarks (customSmallerIsBetter…
Browse files Browse the repository at this point in the history
…) benchmark result for 523d661
  • Loading branch information
github-action-benchmark committed Sep 17, 2024
1 parent efffe45 commit 466afda
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": 1726515500258,
"lastUpdate": 1726544602917,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -7813,6 +7813,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": "523d66140fd328a3eaf8272e164bfe9c9906e57b",
"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/523d66140fd328a3eaf8272e164bfe9c9906e57b"
},
"date": 1726544598348,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 84335,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 86795,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 103999,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 147790,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 149666,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 173007,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 232450,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 232500,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 262562,
"unit": "cycles"
}
]
}
],
"Graviton2": [
Expand Down

0 comments on commit 466afda

Please sign in to comment.