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 ea2193a
  • Loading branch information
github-action-benchmark committed Nov 19, 2024
1 parent 1d7afe3 commit 4b83032
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": 1732004280044,
"lastUpdate": 1732004697905,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -12715,6 +12715,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Matthias J. Kannwischer",
"username": "mkannwischer"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ea2193abb340b9ad598a655bfce8e4f8b90b17cf",
"message": "Merge pull request #426 from pq-code-package/fix-benchmark-log\n\nFix benchmark output",
"timestamp": "2024-11-19T15:58:00+08:00",
"tree_id": "c0e80fa6007db1624cbd1f2077004d64e9d52c2a",
"url": "https://github.com/pq-code-package/mlkem-native/commit/ea2193abb340b9ad598a655bfce8e4f8b90b17cf"
},
"date": 1732004695723,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 51806,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 58868,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 75549,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 87298,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 95971,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 120581,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 132417,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 144958,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 176461,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 4b83032

Please sign in to comment.