Skip to content

Commit

Permalink
add Graviton4 (customSmallerIsBetter) benchmark result for f3b81a3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 27, 2024
1 parent ec54d07 commit 9657493
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": 1732689630407,
"lastUpdate": 1732689659982,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -81897,6 +81897,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": "f3b81a3acfba61a25a0085c05c89a9a422d62d57",
"message": "Merge pull request #454 from pq-code-package/asm_twiddles_c\n\nAArch64: Hoist zeta values for [inv]NTT in C file and auto-generate",
"timestamp": "2024-11-27T14:35:05+08:00",
"tree_id": "0597c03c4fc29beb61ab1db659de4eadb26da5d4",
"url": "https://github.com/pq-code-package/mlkem-native/commit/f3b81a3acfba61a25a0085c05c89a9a422d62d57"
},
"date": 1732689648432,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 18276,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 23061,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 29958,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 30802,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 34683,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 44465,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 44500,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 50789,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 64168,
"unit": "cycles"
}
]
}
],
"Intel Xeon 4th gen (c7i)": [
Expand Down

0 comments on commit 9657493

Please sign in to comment.