Skip to content

Commit

Permalink
add Arm Cortex-A55 (Snapdragon 888) benchmarks (customSmallerIsBetter…
Browse files Browse the repository at this point in the history
…) benchmark result for 66dc45e
  • Loading branch information
github-action-benchmark committed Jan 8, 2025
1 parent 5947714 commit 5a034c0
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": 1736304290866,
"lastUpdate": 1736304331267,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -38388,6 +38388,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Matthias J. Kannwischer",
"username": "mkannwischer"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "66dc45ee5d16c6b00aee5605dccbb4391b44eaa2",
"message": "Merge pull request #623 from pq-code-package/nonpublic_symbols\n\nAdd marker for non-public API",
"timestamp": "2025-01-08T10:37:36+08:00",
"tree_id": "f4f9025207e1bfbc6b1a2d48e4f31eaa33e0a533",
"url": "https://github.com/pq-code-package/mlkem-native/commit/66dc45ee5d16c6b00aee5605dccbb4391b44eaa2"
},
"date": 1736304231903,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 58371,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 65774,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 84596,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 99063,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 110262,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 137503,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 150178,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 166580,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 202401,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [
Expand Down

0 comments on commit 5a034c0

Please sign in to comment.