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 84bdac8
  • Loading branch information
github-action-benchmark committed Dec 23, 2024
1 parent 31f137d commit 94efc97
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": 1734936769587,
"lastUpdate": 1734937186375,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -17606,6 +17606,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": "84bdac89b8629a5ed90028a3a388388fd7be0004",
"message": "Merge pull request #572 from pq-code-package/fips202_update",
"timestamp": "2024-12-23T14:28:03+08:00",
"tree_id": "722ea55c70a9ecd974af81fcf185b10635a7a278",
"url": "https://github.com/pq-code-package/mlkem-native/commit/84bdac89b8629a5ed90028a3a388388fd7be0004"
},
"date": 1734937183057,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 51941,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 59357,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 75134,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 87839,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 96730,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 118986,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 131265,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 144874,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 175688,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 94efc97

Please sign in to comment.