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 7f321d9
  • Loading branch information
github-action-benchmark committed Dec 19, 2024
1 parent 5a5ec11 commit 6d196bc
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": 1734642586835,
"lastUpdate": 1734643006391,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -17192,6 +17192,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": "7f321d927c577783f81a3cded9a331f98af36293",
"message": "Merge pull request #551 from bhess/main\n\nFixes unused buflen in gen_matrix_entry",
"timestamp": "2024-12-19T20:44:08Z",
"tree_id": "5be1ac2ad000d86bddf4c46313da997d5d6cb405",
"url": "https://github.com/pq-code-package/mlkem-native/commit/7f321d927c577783f81a3cded9a331f98af36293"
},
"date": 1734643003592,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 51532,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 58093,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 74233,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 87474,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 95486,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 119246,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 131448,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 143807,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 175612,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 6d196bc

Please sign in to comment.