Skip to content

Commit

Permalink
add Graviton2 (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 db4a2df commit 83ab211
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": 1732689739400,
"lastUpdate": 1732689741087,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -57378,6 +57378,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": 1732689731239,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 29169,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 37627,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 48362,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 49207,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 57161,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 72210,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 72178,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 82792,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 103084,
"unit": "cycles"
}
]
}
],
"Graviton3": [
Expand Down

0 comments on commit 83ab211

Please sign in to comment.