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 e219d47
  • Loading branch information
github-action-benchmark committed Jan 22, 2025
1 parent 465c0a5 commit 6c31d93
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": 1737542448667,
"lastUpdate": 1737542679796,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -21397,6 +21397,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": "e219d479c48a606d7d432a2251aa61039d3a1fce",
"message": "Merge pull request #679 from pq-code-package/oqs-meta\n\nIntegration: Add liboqs META files",
"timestamp": "2025-01-22T10:19:57Z",
"tree_id": "b4221dc68d9ef7880e641aa7c67adcb1f3e070e9",
"url": "https://github.com/pq-code-package/mlkem-native/commit/e219d479c48a606d7d432a2251aa61039d3a1fce"
},
"date": 1737542676480,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 51876,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 58484,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 76394,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 87520,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 96261,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 119422,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 131488,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 144110,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 177440,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 6c31d93

Please sign in to comment.