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 8b8e1f8
  • Loading branch information
github-action-benchmark committed Jan 22, 2025
1 parent 9df5418 commit 9ea7dbd
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": 1737548663976,
"lastUpdate": 1737552714763,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -65837,6 +65837,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": "8b8e1f8b95c352494fd0a41a62f7fcd9336f2e6c",
"message": "Merge pull request #682 from pq-code-package/fix_mac_taskpolicy\n\nCorrect setting of macOS taskpolicy variable",
"timestamp": "2025-01-22T13:29:33Z",
"tree_id": "bfaed9648e0c28af4ab83652ee152d83140bbc7f",
"url": "https://github.com/pq-code-package/mlkem-native/commit/8b8e1f8b95c352494fd0a41a62f7fcd9336f2e6c"
},
"date": 1737552651130,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 29054,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 35399,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 45878,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 49321,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 55569,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 70356,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 72065,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 80852,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 100755,
"unit": "cycles"
}
]
}
],
"Graviton2": [
Expand Down

0 comments on commit 9ea7dbd

Please sign in to comment.