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 c0fa1d7
  • Loading branch information
github-action-benchmark committed Feb 1, 2025
1 parent fd04e8f commit 391a76d
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": 1738444977530,
"lastUpdate": 1738444982064,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -71909,6 +71909,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": "c0fa1d799a141b7aefbed50dd3566ae7b40dd585",
"message": "Merge pull request #728 from pq-code-package/dependabot/github_actions/gaurav-nelson/github-action-markdown-link-check-1.0.16\n\nBump gaurav-nelson/github-action-markdown-link-check from 1.0.15 to 1.0.16",
"timestamp": "2025-02-01T21:19:59Z",
"tree_id": "57d0d1e6bc061a49495642625bc6b7ab066f4f75",
"url": "https://github.com/pq-code-package/mlkem-native/commit/c0fa1d799a141b7aefbed50dd3566ae7b40dd585"
},
"date": 1738444891655,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 28942,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 34270,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 44768,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 49280,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 54586,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 69409,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 71910,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 80611,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 100359,
"unit": "cycles"
}
]
}
],
"Graviton2": [
Expand Down

0 comments on commit 391a76d

Please sign in to comment.