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 c1365f4
  • Loading branch information
github-action-benchmark committed Dec 19, 2024
1 parent fd673cc commit c91aeec
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": 1734598503773,
"lastUpdate": 1734602626258,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -51152,6 +51152,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": "c1365f4a765bac1c50d0d2680ec136a05b047bc9",
"message": "Merge pull request #549 from pq-code-package/asm_namespace\n\nRemove double-namespacing for assembly symbols",
"timestamp": "2024-12-19T10:00:38Z",
"tree_id": "23c2369f79e617f23e060d7e4fc3d40c5a310375",
"url": "https://github.com/pq-code-package/mlkem-native/commit/c1365f4a765bac1c50d0d2680ec136a05b047bc9"
},
"date": 1734602604082,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 29019,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 35401,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 45887,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 49348,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 55571,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 70330,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 72065,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 80840,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 100669,
"unit": "cycles"
}
]
}
],
"Graviton2": [
Expand Down

0 comments on commit c91aeec

Please sign in to comment.