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 78008a2
  • Loading branch information
github-action-benchmark committed Nov 18, 2024
1 parent 370d519 commit 02ab882
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": 1731909686321,
"lastUpdate": 1731913027849,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -37033,6 +37033,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": "78008a2b933e6d9e35aad6d65d7228c42861e3b3",
"message": "Merge pull request #422 from pq-code-package/extend-component-benchmarks\n\nExtend component benchmarks",
"timestamp": "2024-11-18T06:54:01Z",
"tree_id": "e5e0f3ee251441053ec6120e74abc3a6a935090d",
"url": "https://github.com/pq-code-package/mlkem-native/commit/78008a2b933e6d9e35aad6d65d7228c42861e3b3"
},
"date": 1731913011983,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 29792,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 37612,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 48497,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 50217,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 58105,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 73355,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 73701,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 84320,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 104811,
"unit": "cycles"
}
]
}
],
"Graviton2": [
Expand Down

0 comments on commit 02ab882

Please sign in to comment.