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 7b5a9e4
  • Loading branch information
github-action-benchmark committed Nov 15, 2024
1 parent bf2141a commit 48a37c2
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": 1731647553253,
"lastUpdate": 1731647581194,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -23912,6 +23912,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": "7b5a9e4a673e7102c27dea9ec8829e8cd4328df6",
"message": "Merge pull request #408 from pq-code-package/matvec_mul_proof_speed\n\nImprove speed of proof of matvec_mul()",
"timestamp": "2024-11-15T05:08:12Z",
"tree_id": "af25da441016115cac3a63df0815bdb5ec5b84b0",
"url": "https://github.com/pq-code-package/mlkem-native/commit/7b5a9e4a673e7102c27dea9ec8829e8cd4328df6"
},
"date": 1731647548606,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 59910,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 70649,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 89170,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 101470,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 115989,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 142480,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 153831,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 173950,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 209295,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A76 (Raspberry Pi 5) benchmarks": [
Expand Down

0 comments on commit 48a37c2

Please sign in to comment.