Skip to content

Commit

Permalink
add Graviton4 (no-opt) (customSmallerIsBetter) benchmark result for 7…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 19, 2024
1 parent c476d7d commit cebeaa2
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": 1734641479164,
"lastUpdate": 1734641513665,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -150462,6 +150462,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Hanno Becker",
"username": "hanno-becker"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7f321d927c577783f81a3cded9a331f98af36293",
"message": "Merge pull request #551 from bhess/main\n\nFixes unused buflen in gen_matrix_entry",
"timestamp": "2024-12-19T20:44:08Z",
"tree_id": "5be1ac2ad000d86bddf4c46313da997d5d6cb405",
"url": "https://github.com/pq-code-package/mlkem-native/commit/7f321d927c577783f81a3cded9a331f98af36293"
},
"date": 1734641513078,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 41968,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 50164,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 66053,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 69056,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 79763,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 101018,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 102209,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 117205,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 143698,
"unit": "cycles"
}
]
}
],
"AMD EPYC 3rd gen (c6a) (no-opt)": [
Expand Down

0 comments on commit cebeaa2

Please sign in to comment.