Skip to content

Commit

Permalink
add Graviton4 (no-opt) (customSmallerIsBetter) benchmark result for e…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 19, 2024
1 parent 5a7a4be commit d877a52
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": 1732003448186,
"lastUpdate": 1732003462251,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -106165,6 +106165,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": "ea2193abb340b9ad598a655bfce8e4f8b90b17cf",
"message": "Merge pull request #426 from pq-code-package/fix-benchmark-log\n\nFix benchmark output",
"timestamp": "2024-11-19T15:58:00+08:00",
"tree_id": "c0e80fa6007db1624cbd1f2077004d64e9d52c2a",
"url": "https://github.com/pq-code-package/mlkem-native/commit/ea2193abb340b9ad598a655bfce8e4f8b90b17cf"
},
"date": 1732003453782,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 39267,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 47245,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 64037,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 64792,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 75800,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 98818,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 96352,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 111648,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 141023,
"unit": "cycles"
}
]
}
],
"AMD EPYC 3rd gen (c6a) (no-opt)": [
Expand Down

0 comments on commit d877a52

Please sign in to comment.