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 383f1a4
  • Loading branch information
github-action-benchmark committed Nov 17, 2024
1 parent 6c0e94b commit 430e16e
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": 1731837497558,
"lastUpdate": 1731837669361,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -12370,6 +12370,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": "383f1a4710e14fb2d3244fa7fd7e4db33eee83df",
"message": "Merge pull request #419 from pq-code-package/bench_noopt_fix\n\nCI: Fix bench.yml",
"timestamp": "2024-11-17T17:51:23+08:00",
"tree_id": "4937060bac59f07e85dd315ca49c1c517b82bc32",
"url": "https://github.com/pq-code-package/mlkem-native/commit/383f1a4710e14fb2d3244fa7fd7e4db33eee83df"
},
"date": 1731837635960,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 52417,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 61220,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 77596,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 89787,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 100163,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 123659,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 133059,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 148756,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 180567,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 430e16e

Please sign in to comment.