Skip to content

Commit

Permalink
add Graviton3 (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 e70ebc9 commit 5a7a4be
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": 1732003443123,
"lastUpdate": 1732003448186,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -107799,6 +107799,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": 1732003438135,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 42187,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 50224,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 68239,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 70040,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 80725,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 105205,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 104590,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 119090,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 150884,
"unit": "cycles"
}
]
}
],
"Graviton2 (no-opt)": [
Expand Down

0 comments on commit 5a7a4be

Please sign in to comment.