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 f0159a8
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 4cff400 commit 23dbd0e
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": 1731434222812,
"lastUpdate": 1731434372776,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -11335,6 +11335,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": "f0159a82677a7fc0dffed5d0891d965e68cf3526",
"message": "Merge pull request #368 from pq-code-package/speedup_polyvec_add_proof\n\nImprove speed of polyvec_add() proof.",
"timestamp": "2024-11-12T17:50:06Z",
"tree_id": "009c03eb24fa7329b7050ad39b5c5e9196765a47",
"url": "https://github.com/pq-code-package/mlkem-native/commit/f0159a82677a7fc0dffed5d0891d965e68cf3526"
},
"date": 1731434344575,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 52555,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 61391,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 78035,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 88719,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 99418,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 123446,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 133851,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 149231,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 180969,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 23dbd0e

Please sign in to comment.