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 1f864c7
  • Loading branch information
github-action-benchmark committed Dec 4, 2024
1 parent 423e95c commit 78e2962
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": 1733291916158,
"lastUpdate": 1733292160146,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -15053,6 +15053,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": "1f864c7e681dbff067203acf9f31d1b0f437476b",
"message": "Merge pull request #499 from pq-code-package/fix-tests-bench-mac\n\nFix `tests bench` mac-taskpolicy handling in benchmarks",
"timestamp": "2024-12-04T13:48:14+08:00",
"tree_id": "638034c51f67488f219820739531bf92012a0e54",
"url": "https://github.com/pq-code-package/mlkem-native/commit/1f864c7e681dbff067203acf9f31d1b0f437476b"
},
"date": 1733292139421,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 51369,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 58395,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 75484,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 86877,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 96526,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 119878,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 131393,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 145722,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 178140,
"unit": "cycles"
}
]
}
],
"Arm Cortex-A55 (Snapdragon 888) benchmarks": [
Expand Down

0 comments on commit 78e2962

Please sign in to comment.