Skip to content

Commit

Permalink
add Graviton3 (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 Nov 18, 2024
1 parent 462ee25 commit f6fb64a
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": 1731913193827,
"lastUpdate": 1731913231199,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -104487,6 +104487,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": "78008a2b933e6d9e35aad6d65d7228c42861e3b3",
"message": "Merge pull request #422 from pq-code-package/extend-component-benchmarks\n\nExtend component benchmarks",
"timestamp": "2024-11-18T06:54:01Z",
"tree_id": "e5e0f3ee251441053ec6120e74abc3a6a935090d",
"url": "https://github.com/pq-code-package/mlkem-native/commit/78008a2b933e6d9e35aad6d65d7228c42861e3b3"
},
"date": 1731913221612,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 59761,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 78040,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 105658,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 99032,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 121974,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 159010,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 146588,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 176539,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 223807,
"unit": "cycles"
}
]
}
],
"Graviton2 (no-opt)": [
Expand Down

0 comments on commit f6fb64a

Please sign in to comment.